GanttItemInfo Class

NOTE: This member is now obsolete. Use Qdv.UserApi.IGanttItemInfo instead.

Represents a GanttItem which can be either a task or a group.
<Obsolete("Use Qdv.UserApi.IGanttItemInfo instead.")> _ 
Public Class GanttItemInfo 
Implements IGanttItemInfo
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.IGanttItemInfo instead.")] 
public class GanttItemInfo : IGanttItemInfo
This language is not supported or no code example is available.
Name Description
Public constructor GanttItemInfo() Creates a new GanttItemInfo instance.
Top
Name Description
Public property ASAP Gets or sets the ASAP (as soon as possible) flag.
Public property DescriptionText Gets or sets the description text of the item (task or group).
Public property DurationInDays Gets or sets the duration as days of the task item.
Public property DurationMode Obsolete. Gets or sets the task duration mode.
Public property DurationType Obsolete. Gets or sets the task duration type.
Public property EndDate Gets or sets the end date of the task item.
Public property IdentifierOfParent Gets the identifier of the parent of the item.
Public property IsAGroup Gets or sets a value indicating whether the instance is a group or a task.
Public property IsMilestone Gets or sets the Milestone flag.
Public property Owner Gets or sets the owner of the item (task or group).
Public property RowOrderForWBSOrientedDiagram Gets or sets position of the row of the item in a WBS oriented diagram.
Public property RowPosition Gets row position of the item.
Public property StartDate Gets or sets the start date of the task item.
Public property TaskRelations Obsolete. Gets or sets the list of task relations.
Public property UniqueIdentifier Gets or sets the unique identifier to the item (task or group).
Top
Methods
 
Name Description
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method RemoveAllHammockChildTasks() Removes all hammock child tasks. The child tasks are stored in the HammockChildTasks property.
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
QDVUserAPI.QDVGantt.GanttItemInfo

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition