Passive data class holding schedule information
More...
|
| string | Name [get, set] |
| | Get or set the Name of this Task More...
|
| |
| bool | IsCollapsed [get, set] |
| | Indicate whether this task is collapsed such that sub tasks are hidden from view. Only groups can be collasped. More...
|
| |
| float | Complete [get, set] |
| | Get or set the pecentage complete of this task, expressed in float between 0.0 and 1.0f. More...
|
| |
| int | Start [get, set] |
| | Get the start time of this Task relative to the project start More...
|
| |
| int | End [get, set] |
| | Get the end time of this Task relative to the project start More...
|
| |
| int | Duration [get, set] |
| | Get the duration of this Task More...
|
| |
| int | Slack [get, set] |
| | Get the amount of slack (free float) More...
|
| |
Passive data class holding schedule information
| Braincase.GanttChart.Task.Task |
( |
) | |
|
Initialize a new task to hold schedule information
| override string Braincase.GanttChart.Task.ToString |
( |
) | |
|
Convert this Task to a descriptive string
- Returns
| float Braincase.GanttChart.Task.Complete |
|
getset |
Get or set the pecentage complete of this task, expressed in float between 0.0 and 1.0f.
| int Braincase.GanttChart.Task.Duration |
|
getset |
Get the duration of this Task
| int Braincase.GanttChart.Task.End |
|
getset |
Get the end time of this Task relative to the project start
| bool Braincase.GanttChart.Task.IsCollapsed |
|
getset |
Indicate whether this task is collapsed such that sub tasks are hidden from view. Only groups can be collasped.
| string Braincase.GanttChart.Task.Name |
|
getset |
Get or set the Name of this Task
| int Braincase.GanttChart.Task.Slack |
|
getset |
Get the amount of slack (free float)
| int Braincase.GanttChart.Task.Start |
|
getset |
Get the start time of this Task relative to the project start
The documentation for this class was generated from the following file:
- D:/SVN/codeplex/ganttchart/GanttChart/IProject.cs