DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AutomationTaskFilter

    Filters the automation task based on certain criteria.

    Inheritance
    object
    AutomationTaskFilter
    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 AutomationTaskFilter

    Properties

    Count

    Gets or sets the maximum number of items to retrieve in the filtered automation tasks.

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

    IdMaster

    Gets or sets the unique identifier.

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

    Name

    Gets or sets the name of the automation task.

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

    PublishMode

    Gets or sets the publish mode.

    Declaration
    public PublishMode? PublishMode { get; set; }
    Property Value
    Type Description
    PublishMode?

    ScenarioIdMaster

    Gets or sets the parent scenario identifier.

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