DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ControlAutomationScenarioReportData

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

    Properties

    IsScenario

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

    Options

    Declaration
    public ControlAutomationScenarioReportData.FilterOptions Options { get; set; }
    Property Value
    Type Description
    ControlAutomationScenarioReportData.FilterOptions

    PeriodData

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

    Settings

    Declaration
    public ControlAutomationScenarioReportData.FilterSettings Settings { get; set; }
    Property Value
    Type Description
    ControlAutomationScenarioReportData.FilterSettings

    TaskReports

    Declaration
    public List<ControlAutomationScenarioReportData.TaskReportInfo> TaskReports { get; set; }
    Property Value
    Type Description
    List<ControlAutomationScenarioReportData.TaskReportInfo>
    In this article
    Back to top Generated by DocFX