Click or drag to resize

DslWebTrigger Class

The DslWebTrigger is corresponding to Web Trigger in Casewhere system. It contains exposed data on a Web Trigger.
Inheritance Hierarchy
SystemObject
  Casewhere.Runtime.DSLDslWebTrigger

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

The DslWebTrigger type exposes the following members.

Constructors
  NameDescription
Public methodDslWebTrigger
Initializes a new instance of the DslWebTrigger class
Top
Properties
  NameDescription
Public propertyAccessRuleId
The access rule is that the web trigger is depending.
Public propertyAccessRuleName
The name of the access rule in the Web Trigger.
Public propertyDescription
The description of the Web Trigger.
Public propertyEnableAccessibleFromWorkerSite
The flag of the Web Trigger. That indicates the trigger is enable to be accessed from worker site or not.
Public propertyEnableRespondUsingWorkflowOutput
The flag of the Web Trigger. That indicates the trigger is enable to respond using workflow ouput or not.
Public propertyEnableRunImmediately
The flag of the Web Trigger. That indicates the trigger is enable to run immediately or not.
Public propertyFormatterExpression
The format of the expression in the Web Trigger.
Public propertyHttpMethod
The http method of the Web Trigger.
Public propertyId
The identifier of the Web Trigger.
Public propertyIsActive
The flag of the Web Trigger. That indicates the trigger is active or not.
Public propertyName
The name of the Web Trigger.
Public propertyPriority
The priority of the Web Trigger.
Public propertyProductId
The product is that the web trigger is depending.
Public propertyProductName
The name of product in the Web Trigger.
Public propertyTags
The tags of the Web Trigger.
Public propertyTriggerRule
The rule of the Web Trigger.
Public propertyTriggerRuleType
The type of rule in the Web Trigger.
Public propertyUris
The uniform resource identifiers of the Web Trigger.
Public propertyWorkflowDefinitionId
The workflow definition is that the web trigger is depending.
Public propertyWorkflowDefinitionName
The name of the workflow definition in the Web Trigger.
Top
See Also