The NetworkPredecessorItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NetworkPredecessorItem |
Methods
Name | Description | |
---|---|---|
CheckAccess | (Inherited from DispatcherObject.) | |
ClearValue | Overloaded. | |
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.
| |
OnPropertyChanged | Overloaded. | |
ReadLocalValue | (Inherited from DependencyObject.) | |
SetCurrentValue | (Inherited from DependencyObject.) | |
SetValue | Overloaded. | |
ShouldSerializeProperty | (Inherited from DependencyObject.) | |
ToString |
Returns a string that represents the current item.
(Overrides Object..::.ToString()()().) | |
VerifyAccess | (Inherited from DispatcherObject.) |
Fields
Name | Description | |
---|---|---|
ComputedDependencyLinePointsProperty |
Indicates the ComputedDependencyLinePoints dependency property.
| |
ItemProperty |
Identifies the Item dependency property.
| |
TagProperty |
Identifies the Tag dependency property.
|
Properties
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
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
Name | Description | |
---|---|---|
INetworkPredecessorItem..::.Item |
Gets the task item that the dependent task item of the current predecessor item depends of.
|