The TaskItem type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnPropertyChanged |
Raises PropertyChanged event.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Assignments |
Gets a collection of AssignmentItem objects that represent the resource assignments of the current task item optionally having associated allocation units specified to be considered by the TaskManager component.
| |
| CompletedFinish |
Gets or sets the finish date and time of the completion time interval of the current task item.
| |
| ExecutionCost |
Gets or sets the execution cost of this task.
| |
| Finish |
Gets or sets the finish date and time of the current task item.
| |
| GlobalKey |
Gets or sets an associated external globally unique key for the current item.
| |
| HasChanged |
Indicates whether the task has been changed, e.g. due to management operations.
| |
| Indentation |
Gets or sets the hierarchical indentation level of the current item in the containing collection.
| |
| IsMilestone |
Gets or sets a value that indicates whether the current task item is to be displayed as a milestone (and triggering Finish property value to be equal to Start property value).
| |
| IsParentSummarizationEnabled |
Gets or sets a value that indicates whether the current task item is to be considered when aggregating child items and computing parent summary task values.
| |
| IsSummaryEnabled |
Gets or sets a value that indicates whether the current task item is to be considered as a summary task and aggregate child item values.
| |
| Key |
Gets or sets an associated external numeric key for the current item.
| |
| MaxFinish |
Gets or sets the maximum finish date and time of the current task item.
| |
| MaxStart |
Gets or sets the maximum start date and time of the current task item.
| |
| MinFinish |
Gets or sets the minimum finish date and time of the current task item.
| |
| MinStart |
Gets or sets the minimum start date and time of the current task item.
| |
| Predecessors |
Gets a collection of PredecessorItem objects that represent the dependencies between other data items and the current item to be considered by the TaskManager component.
| |
| Schedule |
Gets or sets an object that indicates the working and nonworking time intervals that should apply to this item.
| |
| Start |
Gets or sets the start date and time of the current task item.
| |
| Tag |
Gets or sets an associated external object for the current task item.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a managed property of the task changes.
|