The PredecessorItem type exposes the following members.

Constructors

  NameDescription
PredecessorItem

Methods

  NameDescription
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

  NameDescription
DependencyType
Gets or sets the type of the dependency. It is passed to the client side as the predecessorItem.dependencyType field accessible from the client code.
GlobalKey
Gets or sets an associated external globally unique key for the current item. When set to a non-zero value, it is passed to the client side as the read only item.globalKey field accessible from the client code.
Item
Gets or sets the task item that precedes the owner of the predecessor item (the item that the current item depends of). It is passed to the client side as the read only predecessorItem.item field accessible from the client code.
Key
Gets or sets an associated external numeric key for the current item. When set to a non-zero value, it is passed to the client side as the read only item.key field accessible from the client code.
Lag
Gets or sets the lag of the dependency. It is passed to the client side as the predecessorItem.lag field accessible from the client code.
Tag
Gets or sets an object that contains information that is associated with the current item. The value is not internally preserved within the ViewState of the page. It is passed to the client side as the read only item.tag field accessible from the client code (ToString method is used to convert the value).

See Also