MindFusion.Scheduling for ASP.NET Programmer's Guide
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 this task.

ActualDuration

Gets or sets the actual duration for this task 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 the Task.

DueDate

Gets or sets the task's due date.

EstimatedCost

Gets or sets the estimated cost of the task.

EstimatedDuration

Gets or sets the estimated duration of the task measured in minutes.

ImageIndex

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

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

Subject

Gets or sets the subject of the task.

 Public Methods

  Name Description

LoadFrom

Overloaded.  

LoadViewState

Restores view-state information that was saved by the SaveViewState method.

SaveTo

Overloaded.  

SaveViewState

Saves any view-state changes that have occurred at this task.

TrackViewState

Causes tracking of view-state changes to the Task object so they can be stored in a StateBag object.

 Inherited Public Methods

  Name Description

getId

Gets the id of the resource. (Inherited from Resource.)

getName

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

getTag

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

 See Also

Task Class
MindFusion.Scheduling Namespace