MonthsOfYearSelector Members

Include Protected Members
Include Inherited Members

Represents the months of the year in which a scheduled report runs.

The MonthsOfYearSelector type exposes the following members.

Constructors

  Name Description
Public method MonthsOfYearSelector() Initializes a new instance of the MonthsOfYearSelector class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property April Gets or sets a value that indicates whether a scheduled report runs in April.
Public property August Gets or sets a value that indicates whether a scheduled report runs in August.
Public property December Gets or sets a value that indicates whether a scheduled report runs in December.
Public property February Gets or sets a value that indicates whether a scheduled report runs in February.
Public property January Gets or sets a value that indicates whether a scheduled report runs in January.
Public property July Gets or sets a value that indicates whether a scheduled report runs in July.
Public property June Gets or sets a value that indicates whether a scheduled report runs in June.
Public property March Gets or sets a value that indicates whether a scheduled report runs in March.
Public property May Gets or sets a value that indicates whether a scheduled report runs in May.
Public property November Gets or sets a value that indicates whether a scheduled report runs in November.
Public property October Gets or sets a value that indicates whether a scheduled report runs in October.
Public property September Gets or sets a value that indicates whether a scheduled report runs in September.

Top