The Schedule type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | GlobalKey |
Gets or sets an associated external globally unique key for the current item.
When set to a non-zero value, it is passed to the client side as the read only item.globalKey field accessible from the client code.
|
![]() | Key |
Gets or sets an associated external numeric key for the current item.
When set to a non-zero value, it is passed to the client side as the read only item.key field accessible from the client code.
|
![]() | SpecialNonworkingDays |
Gets or sets an optional collection of special nonworking days, such as holidays.
|
![]() | Tag |
Gets or sets an object that contains information that is associated with the current item.
The value should be serializable as it is internally preserved within the ViewState of the page.
It is passed to the client side as the read only item.tag field accessible from the client code (ToString method is used to convert the value).
|
![]() | WorkingDayFinish |
Gets or sets the finish time of the working day interval, used when computing task effort values and when dragging and dropping task bars.
|
![]() | WorkingDayStart |
Gets or sets the start time of the working day interval, used when computing task effort values and when dragging and dropping task bars.
|
![]() | WorkingWeekFinish |
Gets or sets the finish day of the working week interval, used when computing task effort values and when dragging and dropping task bars.
|
![]() | WorkingWeekStart |
Gets or sets the start day of the working week interval, used when computing task effort values and when dragging and dropping task bars.
|