DslEventTrigger Class

The DslEventTrigger is corresponding to Event Trigger in Casewhere system. It contains exposed data on an Event Trigger.

Definition

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class DslEventTrigger
Inheritance
Object    DslEventTrigger

Constructors

DslEventTrigger Initializes a new instance of the DslEventTrigger class

Properties

Delay The amount of delay in the Event Trigger.
Description The description of the Event Trigger.
EntityId The entity is that the event trigger is depending.
EntityType The type of entity in the Event Trigger.
EventName The name of event in the Event Trigger.
Id The indentifier of the Event Trigger.
IsActive The flag of the Event Trigger. That indicates event trigger is active or not.
IsSynchronous The flag of the Event Trigger. That indicates event trigger is synchronous event trigger.
Name The name of the Event Trigger.
Priority The priority of the Event Trigger.
ProductId The product is that the event trigge ris depending.
ProductName The name of product in the Event Trigger.
Tags The tags of the Event Trigger.
WorkflowDefinitionId The workflow definition is that the event trigger is depending.
WorkflowDefinitionName The name of the workflow definition in the Event Trigger.

See Also