The NetworkPredecessorItem type exposes the following members.

Constructors

  NameDescription
NetworkPredecessorItem

Methods

  NameDescription
CheckAccess (Inherited from DispatcherObject.)
ClearValueOverloaded.
CoerceValue (Inherited from DependencyObject.)
Equals (Inherited from DependencyObject.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from DependencyObject.)
GetLocalValueEnumerator (Inherited from DependencyObject.)
GetType (Inherited from Object.)
GetValue (Inherited from DependencyObject.)
InvalidateProperty (Inherited from DependencyObject.)
MemberwiseClone (Inherited from Object.)
OnDependencyChanged
Raises the DependencyChanged event.
OnPropertyChangedOverloaded.
ReadLocalValue (Inherited from DependencyObject.)
SetCurrentValue (Inherited from DependencyObject.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString
Returns a string that represents the current item.
(Overrides Object..::.ToString()()().)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
ComputedDependencyLinePointsProperty
Indicates the ComputedDependencyLinePoints dependency property.
ItemProperty
Identifies the Item dependency property.
TagProperty
Identifies the Tag dependency property.

Properties

  NameDescription
ComputedDependencyLinePoints
Gets the computed PointCollection to be used for displaying the arrow polyline representing the dependency generated by the current predecessor item in the NetworkDiagramView control. This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
DependentItem
Gets the dependent task item that hosts the dependency defined by the current predecessor item.
Dispatcher (Inherited from DispatcherObject.)
GlobalKey
Gets or sets an associated external globally unique key for the current item.
IsSealed (Inherited from DependencyObject.)
Item
Gets or sets the task item that the dependent task item of the current predecessor item depends of. This is a dependency property.
Key
Gets or sets an associated external numeric key for the current item.
NetworkDiagramView
Gets the NetworkDiagramView control instance of the dependent task item of the current predecessor item.
Tag
Gets or sets an object that contains information that is associated with the current item.

Events

  NameDescription
DependencyChanged
Occurs when a dependency related property of the current predecessor item changes.
PropertyChanged
Occurs when a data property value of the item changes.

Explicit Interface Implementations

  NameDescription
INetworkPredecessorItem..::.Item
Gets the task item that the dependent task item of the current predecessor item depends of.

See Also