MindFusion.Scheduling for Silverlight Programmer's Guide
Task Members
Constructors Properties Methods
 


Instances of this class contain task information. Task objects are used by schedule items that are allocated to some task.

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 this task.

ActualDuration

Gets or sets the task actual duration measured in minutes.

ActualEnd

Gets or sets the task's actual completion date.

ActualStart

Gets or sets the task's actual start date.

Details

Gets or sets the detailed description of this task.

DueDate

Gets or sets the task's due date.

EstimatedCost

Gets or sets the estimated cost of this task.

EstimatedDuration

Gets or sets the estimated duration of this task.

Id

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

ImageIndex

Gets or sets the index of the image associated with this task.

Name

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

Priority

Gets or sets the task priority.

Progress

Gets or sets the task progress measured in percents.

Reminder

Gets or sets the reminder for this task.

StartDate

Gets or sets the task's start date.

Status

Gets or sets the status of this task.

Subject

Gets or sets the subject of this task.

Tag

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

 Public Methods

  Name Description

LoadFrom

 

SaveTo

 

 See Also

Task Class
MindFusion.Scheduling Namespace