ScheduleData Class |
Namespace: Dundas.BI.WebApi.Models
The ScheduleData type exposes the following members.
Name | Description | |
---|---|---|
ScheduleData |
Initializes a new instance of the ScheduleData class.
|
Name | Description | |
---|---|---|
Description |
Gets a description of the schedule formatted using the culture and time zone associated with the caller.
| |
Id |
Gets the ID.
| |
IsEnabled |
Gets or sets a value indicating whether this schedule is enabled.
| |
ModifiedTime |
Gets the modified time.
| |
NextRunTime |
Gets the next run time.
| |
ScheduleRule | Gets or sets the schedule rule. | |
Status |
Gets the status.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between ScheduleData and Schedule.
| |
ToDataContractMappings |
The mapping between Schedule and ScheduleData.
|