DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTaskExecutionEndParams

    Inheritance
    object
    AutomationTaskExecutionEndParams
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Connect
    Assembly: DataWeb.Core.dll
    Syntax
    public class AutomationTaskExecutionEndParams

    Properties

    DiscardedEventCount

    Declaration
    public int DiscardedEventCount { get; set; }
    Property Value
    Type Description
    int

    EvaluatedCount

    Declaration
    public int EvaluatedCount { get; set; }
    Property Value
    Type Description
    int

    ExecutedEventCount

    Declaration
    public int ExecutedEventCount { get; set; }
    Property Value
    Type Description
    int

    IdMaster

    Declaration
    [Required(ErrorMessage = "IdMaster is required")]
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX