The PredecessorItem type exposes the following members.

Constructors

  NameDescription
Public methodPredecessorItem

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyDependencyType
Gets or sets the dependency type of the dependency generated by the current predecessor item (FinishStart, i.e. finish to start, by default).
Public propertyGlobalKey
Gets or sets an associated external globally unique key for the current item.
Public propertyItem
Gets or sets the task item that the task item hosting the current predecessor item within its Predecessors collection depends of.
Public propertyKey
Gets or sets an associated external numeric key for the current item.
Public propertyLag
Gets or sets the lag time of the dependency generated by the current predecessor item.
Public propertyTag
Gets or sets an associated external object for the current predecessor item.

See Also