Class ControlAutomationScenarioReportSetSettings
Inheritance
ControlAutomationScenarioReportSetSettings
Assembly: DataWeb.Core.dll
Syntax
public class ControlAutomationScenarioReportSetSettings
Properties
FullName
Declaration
[Required(ErrorMessage = "FullName is required")]
public string FullName { get; set; }
Property Value
PeriodDateEnd
Declaration
public DateTime? PeriodDateEnd { get; set; }
Property Value
PeriodDateStart
Declaration
public DateTime? PeriodDateStart { get; set; }
Property Value
PeriodMode
Declaration
[Required(ErrorMessage = "DataWeb.Analytics.PeriodMode_Required")]
public string PeriodMode { get; set; }
Property Value