The IAllocationItem type exposes the following members.

Properties

  NameDescription
AssignmentsContent
Gets the assignments of the current task item as a (usually string) value to be displayed in the view.
(Inherited from IGanttChartItem.)
BaselineFinish
Gets the baseline (estimated) finish date and time of the current task item.
(Inherited from IGanttChartItem.)
BaselineStart
Gets the baseline (estimated) start date and time of the current task item.
(Inherited from IGanttChartItem.)
CompletedEffort
Gets the completed effort value of the current task item.
(Inherited from IGanttChartItem.)
Content
Gets the content of the current item, displayed as a tool tip within the IGanttChartView control.
(Inherited from IGanttChartItem.)
Cost
Gets the total cost of the current task item.
(Inherited from IGanttChartItem.)
Duration
Gets the duration value of the current task item.
(Inherited from IGanttChartItem.)
Effort
Gets the effort value of the current task item (identical to duration for standard tasks).
(Inherited from IGanttChartItem.)
Finish
Gets the finish date and time of the current task item.
(Inherited from IGanttChartItem.)
Indentation
Gets the hierarchical indentation level of the current item in the containing collection.
(Inherited from IGanttChartItem.)
IndexString
Gets the index string of the current task item.
(Inherited from IGanttChartItem.)
IsMilestone
Gets a value that indicates whether the current task item is to be displayed as a milestone.
(Inherited from IGanttChartItem.)
Predecessors
Gets the predecessor collection of the current task item used to define dependencies (to be displayed as polyline arrows between dependent task bars in the view).
(Inherited from IGanttChartItem.)
PredecessorsString
Gets the predecessors string of the current task item.
(Inherited from IGanttChartItem.)
Start
Gets the start date and time of the current task item.
(Inherited from IGanttChartItem.)
Units
Gets the units value of the current allocation item.
WbsIndexString
Gets the WBS index string of the current task item.
(Inherited from IGanttChartItem.)

See Also