Click or drag to resize

IDslCompilerContext Methods

The IDslCompilerContext type exposes the following members.

Methods
  Name Description
Public method AddDataObject Obsolete.
Public method Code example AttachToDataSource Links a ActualData Object that is created in Scripted Activity to a Workflow ActualData Source so it can be used in Form Activity.
Public method BadData Throw an exception when the data is in invalid state
Public method CommitChanges Saves all changes made in this context to the underlying database.
Public method DeleteDataObject(Object) Obsolete.
Public method DeleteDataObject(String, Object) Obsolete.
Public method Emit Emit data with event name
Public method FindDataObject(String, DataObjectExpression) Obsolete.
Public method FindDataObject(String, DataObjectExpression, Int32, Int32) Obsolete.
Public method ForceEmit Force emit data with event name
Public method Get(String) Get value object by name.
Public method Code example GetT(String) Get value by name.
Public method GetDataObject Obsolete.
Public method GetDataObjectById Obsolete.
Public method GetDataObjects Obsolete.
Public method Code example GetTempT Get value by name in a context workflow. Throw an exception when key is not existed yet.
Public method Has Determines if a variable exists in the workflow.
Public method HasTempKey Determines if a temporary key exists in the current workflow context.
Public method HasValue Determines if a variable exists in the workflow and it has value e.g. not empty string, not empty array, etc.
Public method LoadDataObject(String, DataLoadingScope) Obsolete.
Public method LoadDataObject(String, Object) Obsolete.
Public method LoadDataObjectById Obsolete.
Public method LoadDataObjects Obsolete.
Public method NotFound Throw an exception when the object is not present.
Public method Ref(String) Get the data object is being referenced.
Public method Ref(String, String) Set value for a context reference.
Public method SearchDataObjects(String, DataObjectExpression) Obsolete.
Public method SearchDataObjects(String, DataObjectExpression, Int32, Int32) Obsolete.
Public method Code example Set Set value for a context variable.
Public method Code example SetDataSource Set a ActualData Object that is created in Scripted Activity to a Workflow ActualData Source so it can be used in Form Activity.
Public method Code example SetTemp Set temporary value in a context workflow. The value only maintaines in memory and will not be persisted to database.
Public method Unauthorized Throw an exception when the user lacking permission
Public method UpdateDataObject(Object, Object) Obsolete.
Public method UpdateDataObject(String, Object, Object) Obsolete.
Public method UseTApi Factory method to create API objects.
Public method UseIOApiTIOApi Obsolete.
Top
See Also