Search
Task Members
Constructors Properties Methods
 


Represents a task in the calendar.

The following tables list the members exposed by the Task type.

 Public Constructors

  Name Description

Task

Initializes a new instance of the Task class.

 Public Properties

  Name Description

actualCost

Gets or sets the actual cost of the Task.

actualDuration

Gets or sets the actual duration of the Task.

actualEnd

Gets or sets the actual completion date of this Task.

actualStart

Gets or sets the actual start date of the Task.

details

Gets or sets the details of the Task.

dueDate

Gets or sets the due date of the Task.

estimatedCost

Gets or sets the estimated cost of the Task.

estimatedDuration

Gets or sets the estimated duration of the Task.

id

Gets or sets the string identifier for this resource. (Inherited from Resource.)

name

Gets or sets the name for this resource. (Inherited from Resource.)

priority

Gets or sets the priority of the Task.

progress

Gets or sets the progress of the Task.

reminder

Gets or sets the reminder of the Task.

startDate

Gets or sets the start date of the Task.

status

Gets or sets the status of the Task.

subject

Gets or sets the subject of the Task.

tag

Gets or sets custom data associated with the resource. (Inherited from Resource.)

 Public Methods

  Name Description

fromJson

Overloaded.  

loadFromXml

Loads the task content from an XML element.

saveToXml

Saves the Task content into an XML element.

toJson

Overloaded.  

 See Also