Dsl Web Trigger Class
The DslWebTrigger is corresponding to Web Trigger in Casewhere system.
It contains exposed data on a Web 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 DslWebTrigger- Inheritance
- Object DslWebTrigger
Constructors
| DslWebTrigger | Initializes a new instance of the DslWebTrigger class |
Properties
| AccessRuleId | The access rule is that the web trigger is depending. |
| AccessRuleName | The name of the access rule in the Web Trigger. |
| Description | The description of the Web Trigger. |
| EnableAccessibleFromWorkerSite | The flag of the Web Trigger. That indicates the trigger is enable to be accessed from worker site or not. |
| EnableRespondUsingWorkflowOutput | The flag of the Web Trigger. That indicates the trigger is enable to respond using workflow ouput or not. |
| EnableRunImmediately | The flag of the Web Trigger. That indicates the trigger is enable to run immediately or not. |
| FormatterExpression | The format of the expression in the Web Trigger. |
| HttpMethod | The http method of the Web Trigger. |
| Id | The identifier of the Web Trigger. |
| IsActive | The flag of the Web Trigger. That indicates the trigger is active or not. |
| Name | The name of the Web Trigger. |
| Priority | The priority of the Web Trigger. |
| ProductId | The product is that the web trigger is depending. |
| ProductName | The name of product in the Web Trigger. |
| Tags | The tags of the Web Trigger. |
| TriggerRule | The rule of the Web Trigger. |
| TriggerRuleType | The type of rule in the Web Trigger. |
| Uris | The uniform resource identifiers of the Web Trigger. |
| WorkflowDefinitionId | The workflow definition is that the web trigger is depending. |
| WorkflowDefinitionName | The name of the workflow definition in the Web Trigger. |