GanttItemInfo Class
NOTE: This member is now obsolete. Use Qdv.UserApi.IGanttItemInfo instead.
<Obsolete("Use Qdv.UserApi.IGanttItemInfo instead.")> _
Public Class GanttItemInfo
Implements IGanttItemInfo
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
GanttItemInfo() | Creates a new GanttItemInfo instance. |
| 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 | Obsolete. Gets or sets the task duration mode. |
|
DurationType | Obsolete. Gets or sets the task duration type. |
|
EndDate | Gets or sets the end date of the task item. |
|
IdentifierOfParent | Gets the identifier of the parent of the item. |
|
IsAGroup | 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). |
|
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 | Obsolete. Gets or sets the list of task relations. |
|
UniqueIdentifier | Gets or sets the unique identifier to the item (task or group). |
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
RemoveAllHammockChildTasks() | Removes all hammock child tasks. The child tasks are stored in the HammockChildTasks property. |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
QDVUserAPI.QDVGantt.GanttItemInfo
