IScriptContext Interface

From RemObjects Wiki
Jump to: navigation, search

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update

NamespacesInterfacesClassesEnumsImplements

Contents

Overview

The IScriptContext interface represents script context information provider used by the Business Rules Scripting API. The IScriptContext interface provides information about current Schema and Session information and a flag indicating whether the script is executed by the server application.

On the server-side the IScriptContext interface is implemented by the ScriptContext class. On the client-side this interface is implemented by the Data Adapter classes.


Location

Implemented in


Properties

IsServer

Gets a flag inticating wherther the Script s being executed by a server application or not.



Prism:   property IsServer: Boolean read
C#:   Boolean IsServer { get; }
VB:   Property ReadOnly IsServer As Boolean


Schema

Gets current Schema instance.



Prism:   property Schema: Schema read
C#:   Schema Schema { get; }
VB:   Property ReadOnly Schema As Schema


Session

Gets current Session instance. Always gets null for scripts being executed by a client application.



Prism:   property Session: IScriptSession read
C#:   IScriptSession Session { get; }
VB:   Property ReadOnly Session As IScriptSession


See Also


Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode

GlossaryArticlesFeaturesLibrarySamples

Personal tools
Namespaces

Variants
Actions
Navigation
products
platforms
special
Toolbox