Click or drag to resize

DslDataTrigger Class

The DslDataTrigger is corresponding to Data Trigger in Casewhere system. It cointains exposed data on a Data Trigger.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslDataTrigger

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public class DslDataTrigger

The DslDataTrigger type exposes the following members.

Constructors
 NameDescription
Public methodDslDataTriggerInitializes a new instance of the DslDataTrigger class
Top
Properties
 NameDescription
Public propertyDataClassId The data class is that the data trigger is depending.
Public propertyDataClassName The name of data class in the Data Trigger.
Public propertyDelay This property indicates a period of time by which the Data Trigger is postponed.
Public propertyId The identifier of the Data Trigger.
Public propertyIsActive The flag of the Data Trigger. That indicates the trigger is active or not.
Public propertyIsSynchronous The flag of the Data Trigger. That indicates the trigger is synchronous or not.
Public propertyName The name of the Data Trigger.
Public propertyPriority The priority of the Data Trigger.
Public propertyProductId The product is that the data trigger is depending.
Public propertyProductName The name of product in the Data Trigger.
Public propertyRule The rule of the Data Trigger.
Public propertyTags The tags of the Data Trigger.
Public propertyWorkflowDefinitionId The workflow definition is that the data trigger is depending.
Public propertyWorkflowDefinitionName The name of workflow definition in the Data Trigger
Top
See Also