Class DaysOfWeekSelector
Inheritance
System.Object
DaysOfWeekSelector
Assembly: BoldReports.Web.dll
Syntax
public class DaysOfWeekSelector : Object
Constructors
DaysOfWeekSelector()
Declaration
public DaysOfWeekSelector()
Properties
Friday
Declaration
public bool Friday { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Monday
Declaration
public bool Monday { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Saturday
Declaration
public bool Saturday { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Sunday
Declaration
public bool Sunday { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Thursday
Declaration
public bool Thursday { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Tuesday
Declaration
public bool Tuesday { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Wednesday
Declaration
public bool Wednesday { get; set; }
Property Value
Type |
Description |
System.Boolean |
|