The PredecessorItem type exposes the following members.

Constructors

  NameDescription
PredecessorItem

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.)
OnContentChanged
Raises the ContentChanged event.
OnDependencyChanged
Raises the DependencyChanged event.
OnPropertyChangedOverloaded.
OnTimingChanged
Raises the TimingChanged event.
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.
ContentProperty
Identifies the Content dependency property.
DisplayedTextProperty
Identifies the DisplayedText dependency property.
EffortProperty
Identifies the Effort dependency property.
EffortStrokeDashArrayProperty
Identifies the EffortStrokeDashArray dependency property.
EffortValueVisibilityProperty
Identifies the EffortValueVisibility dependency property.
IsEffortVirtualProperty
Identifies the IsEffortVirtual 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 PertChartView control. This is a dependency property.
Content
Gets or sets the content of the current item, displayed as a tool tip within the PertChartView control. This is a dependency property.
DependencyObjectType (Inherited from DependencyObject.)
DependentItem
Gets the dependent task event item that hosts the dependency defined by the current predecessor item.
Dispatcher (Inherited from DispatcherObject.)
DisplayedText
Gets or sets the textual abbreviation of the current item, displayed within the PertChartView control. This is a dependency property.
Effort
Gets or sets the activity effort (duration) of the dependency generated by the current predecessor item. This is a dependency property.
EffortStrokeDashArray
Gets the stroke dash array to use for the activity effort of the dependency generated by the current predecessor item (automatically set to generate a dashed line when effort is zero or negative and a solid line otherwise). This is a dependency property.
EffortValueVisibility
Gets the stroke dash array to use for the activity effort of the dependency generated by the current predecessor item (automatically set to generate a dashed line when effort is zero or negative and a solid line otherwise). This is a dependency property.
GlobalKey
Gets or sets an associated external globally unique key for the current item.
IsEffortVirtual
Gets or sets a value indicating whether the effort is virtual and no resources are to be be allocated (in order to display the dependency as a dashed arrow line). This is a dependency property.
IsSealed (Inherited from DependencyObject.)
Item
Gets or sets the task event item that the dependent task event 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.
PertChartView
Gets the PertChartView control instance of the dependent task event item of the current predecessor item.
Tag
Gets or sets an object that contains information that is associated with the current item.

Events

  NameDescription
ContentChanged
Occurs when content changes for the current item.
DependencyChanged
Occurs when a dependency related property of the current predecessor item changes.
PropertyChanged
Occurs when a data property value of the item changes.
TimingChanged
Occurs when a timing related property of the current predecessor item changes.

Explicit Interface Implementations

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

See Also