Class AutomationTask.TaskTriggerSettings
Represents the trigger settings.
Inherited Members
Namespace: DataWeb.Automation
Assembly: DataWeb.Core.dll
Syntax
public class AutomationTask.TaskTriggerSettings
Properties
FetchPeriodDelay
Gets or sets the trigger fetch period delay.
Declaration
public string FetchPeriodDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FetchPeriodLimit
Gets or sets the trigger fetch period limit.
Declaration
public string FetchPeriodLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TriggerEventParameters
Gets or sets the list of trigger event parameters.
Declaration
public List<AutomationTask.EventParameter> TriggerEventParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTask.EventParameter> |
TriggerEventType
Gets or sets the trigger event type.
Declaration
public string TriggerEventType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TriggerExclusionEvents
Gets or sets the list of inclusion trigger events.
Declaration
public List<AutomationTask.TriggerEvent> TriggerExclusionEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTask.TriggerEvent> |
TriggerInclusionEvents
Gets or sets the list of inclusion trigger events.
Declaration
public List<AutomationTask.TriggerEvent> TriggerInclusionEvents { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTask.TriggerEvent> |
TriggerMode
Gets or sets the trigger mode.
Declaration
public string TriggerMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TriggerProfileParameters
Gets or sets the list of profile event parameters.
Declaration
public List<AutomationTask.EventParameter> TriggerProfileParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AutomationTask.EventParameter> |