DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTask.EvaluateEventResult

    Represents the result of evaluating an automation event against a profile.

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

    Properties

    AutomationProfile

    Gets or sets the automation profile associated with the evaluated event.

    Declaration
    public AutomationProfile AutomationProfile { get; set; }
    Property Value
    Type Description
    AutomationProfile

    IsValid

    Gets or sets a value indicating whether the event is valid for execution.

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    bool

    NotValidDescription

    Gets or sets a more detailed description explaining why the evaluation was not valid (if any).

    Declaration
    public string NotValidDescription { get; set; }
    Property Value
    Type Description
    string

    NotValidReason

    Gets or sets the reason why the evaluation was not valid (if any).

    Declaration
    public string NotValidReason { get; set; }
    Property Value
    Type Description
    string

    TriggerEvent

    Gets or sets the automation event that was evaluated.

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