Click or drag to resize

DslEventTrigger Class

The DslEventTrigger is corresponding to Event Trigger in Casewhere system. It contains exposed data on an Event Trigger.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslEventTrigger

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

The DslEventTrigger type exposes the following members.

Constructors
 NameDescription
Public methodDslEventTriggerInitializes a new instance of the DslEventTrigger class
Top
Properties
 NameDescription
Public propertyDelay The amount of delay in the Event Trigger.
Public propertyDescription The description of the Event Trigger.
Public propertyEntityId The entity is that the event trigger is depending.
Public propertyEntityType The type of entity in the Event Trigger.
Public propertyEventName The name of event in the Event Trigger.
Public propertyId The indentifier of the Event Trigger.
Public propertyIsActive The flag of the Event Trigger. That indicates event trigger is active or not.
Public propertyIsSynchronous The flag of the Event Trigger. That indicates event trigger is synchronous event trigger.
Public propertyName The name of the Event Trigger.
Public propertyPriority The priority of the Event Trigger.
Public propertyProductId The product is that the event trigge ris depending.
Public propertyProductName The name of product in the Event Trigger.
Public propertyTags The tags of the Event Trigger.
Public propertyWorkflowDefinitionId The workflow definition is that the event trigger is depending.
Public propertyWorkflowDefinitionName The name of the workflow definition in the Event Trigger.
Top
See Also