Dsl Data Trigger Class
The DslDataTrigger is corresponding to Data Trigger in Casewhere system.
It cointains exposed data on a Data Trigger.
Definition
Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslDataTrigger- Inheritance
- Object DslDataTrigger
Constructors
| DslDataTrigger | Initializes a new instance of the DslDataTrigger class |
Properties
| DataClassId | The data class is that the data trigger is depending. |
| DataClassName | The name of data class in the Data Trigger. |
| Delay | This property indicates a period of time by which the Data Trigger is postponed. |
| Id | The identifier of the Data Trigger. |
| IsActive | The flag of the Data Trigger. That indicates the trigger is active or not. |
| IsSynchronous | The flag of the Data Trigger. That indicates the trigger is synchronous or not. |
| Name | The name of the Data Trigger. |
| Priority | The priority of the Data Trigger. |
| ProductId | The product is that the data trigger is depending. |
| ProductName | The name of product in the Data Trigger. |
| Rule | The rule of the Data Trigger. |
| Tags | The tags of the Data Trigger. |
| WorkflowDefinitionId | The workflow definition is that the data trigger is depending. |
| WorkflowDefinitionName | The name of workflow definition in the Data Trigger |