The PredecessorItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PredecessorItem |
Methods
Name | Description | |
---|---|---|
AddPropertyChangeToUndoQueue |
Allows inheriters to submit custom item property changes to the undo queue.
| |
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.) | |
OnChanged |
Raises the Changed 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.
| |
DependencyTypeProperty |
Identifies the DependencyType dependency property.
| |
ItemProperty |
Identifies the Item dependency property.
| |
LagProperty |
Identifies the Lag 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 GanttChartView control.
This is a dependency property.
| |
ComputedDependencyLineVisibility |
Gets a value that indicates whether and how the dependency line of the current predecessor item is going to be displayed in the chart view, based on BarVisibility property values of the linked task items.
| |
DependencyObjectType | (Inherited from DependencyObject.) | |
DependencyType |
Gets or sets the dependency type of the dependency generated by the current predecessor item (FinishStart, i.e. finish to start, by default).
This is a dependency property.
| |
DependentItem |
Gets the dependent task item that hosts the dependency defined by the current predecessor item.
| |
Dispatcher | (Inherited from DispatcherObject.) | |
GanttChartView |
Gets the GanttChartView control instance of the dependent task item of the current predecessor item.
| |
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.
| |
Lag |
Gets or sets the lag of the dependency generated by the current predecessor item.
This is a dependency property.
| |
Tag |
Gets or sets an object that contains information that is associated with the current item.
|
Events
Name | Description | |
---|---|---|
Changed |
Occurs when the current predecessor item changes.
| |
PropertyChanged |
Occurs when a data property value of the item changes.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPredecessorItem..::.Item |
Gets the task item that the dependent task item of the current predecessor item depends of.
|