The NetworkPredecessorItem type exposes the following members.

Constructors

  NameDescription
NetworkPredecessorItem

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
DependencyLineCssClass
Gets or sets the CSS class to apply to the dependency line in the diagram.
DependencyLineStroke
Gets or sets the color used to draw the dependency line in the diagram.
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.
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