The PredecessorItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PredecessorItem |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DependencyType |
Gets or sets the dependency type of the dependency generated by the current predecessor item (FinishStart, i.e. finish to start, by default).
| |
| GlobalKey |
Gets or sets an associated external globally unique key for the current item.
| |
| Item |
Gets or sets the task item that the task item hosting the current predecessor item within its Predecessors collection depends of.
| |
| Key |
Gets or sets an associated external numeric key for the current item.
| |
| Lag |
Gets or sets the lag time of the dependency generated by the current predecessor item.
| |
| Tag |
Gets or sets an associated external object for the current predecessor item.
|