MindFusion.Scheduling for ASP.NET Programmer's Guide
Task Members
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 Methods

  Name Description

getActualCost

Gets the actual cost of the task.

getActualDuration

Gets the actual duration of the task.

getActualEnd

Gets the actual end date of the task.

getActualStart

Gets the actual start date of the task.

getDetails

Gets the details of the task.

getDueDate

Gets the due date of the task.

getEstimatedCost

Gets the estimated cost of the task.

getEstimatedDuration

Gets the estimated duration of the task.

getPriority

Gets the priority of the task.

getProgress

Gets the progress of the task.

getStartDate

Gets the start date of the task.

getStatus

Gets the status of the task.

getSubject

Gets the subject of the task.

 See Also

Task Class
MindFusion.Scheduling Namespace