ScheduleData Class

Base data contract object for returning an Schedule through REST API.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class ScheduleData : BaseDataContract

The ScheduleData type exposes the following members.

Constructors
  NameDescription
Public methodScheduleData
Initializes a new instance of the ScheduleData class.
Top
Properties
  NameDescription
Public propertyDescription
Gets a description of the schedule formatted using the culture and time zone associated with the caller.
Public propertyId
Gets the ID.
Public propertyIsEnabled
Gets or sets a value indicating whether this schedule is enabled.
Public propertyModifiedTime
Gets the modified time.
Public propertyNextRunTime
Gets the next run time.
Public propertyScheduleRule
Gets or sets the schedule rule.
Public propertyStatus
Gets the status.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberFromDataContractMappings
The mapping between ScheduleData and Schedule.
Public methodStatic memberToDataContractMappings
The mapping between Schedule and ScheduleData.
Top
See Also