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
Content
Gets or sets the content of the current predecessor item, displayed in the PertChartView control. It is passed to the client side as the predecessorItem.content field accessible from the client code (ToString method is used to convert the value).
DependencyLineCssClass
Gets or sets the CSS class to apply to the dependency line in the chart.
DependencyLineStroke
Gets or sets the color used to draw the dependency line in the chart.
DependencyTextCssClass
Gets or sets the CSS class to apply to the dependency line text in the chart.
DependencyTextStroke
Gets or sets the color of the dependency line text in the chart.
DisplayedText
Gets or sets the textual abbreviation of the current predecessor item, displayed within the PertChartView control. It is passed to the client side as the predecessorItem.displayedText field accessible from the client code.
Effort
Gets or sets the task effort represented by the current predecessor item. It is passed to the client side as the predecessorItem.effort 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.
IsEffortVirtual
Gets or sets a value indicating whether the task effort represented by the current predecessor item is virtual, displayed as a dashed line in the chart. It is passed to the client side as the predecessorItem.isEffortVirtual field accessible from the client code.
Item
Gets or sets the task event 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