IGanttItemInfo Interface
Name | Description | |
---|---|---|
![]() |
ASAP | Gets or sets the ASAP (as soon as possible) flag. |
![]() |
DescriptionText | Gets or sets the description text of the item (task or group). |
![]() |
DurationInDays | Gets or sets the duration as days of the task item. |
![]() |
DurationMode | Gets or sets the task duration mode. |
![]() |
DurationType | Gets or sets the task duration type. |
![]() |
EndDate | Gets or sets the end date of the task item. |
![]() |
HammockChildTasks | Gets the child items, if this task is a hammock task. |
![]() |
IsGroup | Gets or sets a value indicating whether the instance is a group or a task. |
![]() |
IsMilestone | Gets or sets the Milestone flag. |
![]() |
Owner | Gets or sets the owner of the item (task or group). |
![]() |
ParentIdentifier | Gets the identifier of the parent (group) of the item. |
![]() |
RowOrderForWbsOrientedDiagram | Gets or sets position of the row of the item in a WBS oriented diagram. |
![]() |
RowPosition | Gets row position of the item. |
![]() |
StartDate | Gets or sets the start date of the task item. |
![]() |
TaskRelations | Gets or sets the list of task relations (dependencies). |
![]() |
UniqueIdentifier | Gets or sets the unique identifier to the item (task or group). |
Name | Description | |
---|---|---|
![]() |
AddHammockChildTask(string) | Adds a specified task as a child item of this hammock task. The child tasks are stored in the HammockChildTasks property. |
![]() |
AddTaskRelation(string, GanttTaskRelationType, GanttTaskRelationMode) | Adds a new task relation (dependency) into this item. The relation is added in the TaskRelations property. |
![]() |
AddTaskRelation(string, GanttTaskRelationType, GanttTaskRelationMode, double) | Adds a new task relation (dependency) into this item. The relation is added in the TaskRelations property. |
![]() |
RemoveAllHammockChildTasks() | Removes all hammock child tasks. The child tasks are stored in the HammockChildTasks property. |
Any changes made in this object are not automatically reflected in
the Gantt diagram. You need to call IGantt.WriteItemToGanttDiagram method
to apply the changes.
Available since QDV 7.13.0001.