DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTask.TriggerEvent

    Represents a trigger event.

    Inheritance
    object
    AutomationTask.TriggerEvent
    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 AutomationTask.TriggerEvent

    Properties

    EventParameters

    Gets or sets the list of event parameters.

    Declaration
    public List<AutomationTask.EventParameter> EventParameters { get; set; }
    Property Value
    Type Description
    List<AutomationTask.EventParameter>

    EventType

    The type of the event.

    Declaration
    public string EventType { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX