The Milestone type exposes the following members.

Constructors

  NameDescription
Public methodMilestone()()()()
Default constructor.
Public methodMilestone(String, String, DateTime)
Constructor that sets the default values.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Task..::..ToString()()()().)

Properties

  NameDescription
Public propertyComplete
Task complete percentage (0-100).
(Inherited from Task.)
Public propertyDataItem
Custom object to be passed to DayPilotScheduler.BeforeResHeaderRender.
(Inherited from Task.)
Public propertyDynamicChildren
Children will be loaded on demand (on expand icon click).
(Inherited from Task.)
Public propertyEnd
Get or set the task end.
(Inherited from Task.)
Public propertyExpanded
Get or set the initial expanded/collapsed state.
(Inherited from Task.)
Public propertyChildren
A collection of child columns.
(Inherited from Task.)
Public propertyId
Row id.
(Inherited from Task.)
Public propertyStart
Get or set the task start.
(Inherited from Task.)
Public propertyTags (Inherited from Task.)
Public propertyText
Get or set the task text.
(Inherited from Task.)
Public propertyType (Inherited from Task.)
Public propertyVersions (Inherited from Task.)

See Also