IScriptContext Interface

This is a Library topic for Data Abstract for .NET
This page is generated from external data, please do not update
Namespaces — Interfaces — Classes — Enums — Implements
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
- Assembly: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract
Implemented in
Properties
| IsServer |
|---|
|
Gets a flag inticating wherther the Script s being executed by a server application or not.
|
| Schema |
|
Gets current Schema instance.
|
| Session |
|
Gets current Session instance. Always gets null for scripts being executed by a client application.
|
See Also
- Business Rules Scripting API
- Schema
- ScriptContext
- Session
- Lists
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects SDK for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- RemObjects Script for .NET: Namespaces — Classes
- Data Abstract shared: Data Types – File Types
- other editions:
- Data Abstract for Xcode: Protocols — Classes — Enums — Implements
- Data Abstract for Delphi: Interfaces — Classes — Enums — Aliases — Implements
- Data Abstract for Java: Namespaces — Interfaces — Classes — Enums — Implements
- Data Abstract for JavaScript: Objects
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements

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