DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTaskData.TaskTriggerSettings

    Represents the trigger settings.

    Inheritance
    object
    AutomationTaskData.TaskTriggerSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Automation
    Assembly: DataWeb.Core.dll
    Syntax
    public class AutomationTaskData.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<AutomationTaskData.EventParameter> TriggerEventParameters { get; set; }
    Property Value
    Type Description
    List<AutomationTaskData.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<AutomationTaskData.TriggerEvent> TriggerExclusionEvents { get; set; }
    Property Value
    Type Description
    List<AutomationTaskData.TriggerEvent>

    TriggerInclusionEvents

    Gets or sets the list of inclusion trigger events.

    Declaration
    public List<AutomationTaskData.TriggerEvent> TriggerInclusionEvents { get; set; }
    Property Value
    Type Description
    List<AutomationTaskData.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<AutomationTaskData.EventParameter> TriggerProfileParameters { get; set; }
    Property Value
    Type Description
    List<AutomationTaskData.EventParameter>
    In this article
    Back to top Generated by DocFX