The PredecessorItem type exposes the following members.

Constructors

  NameDescription
PredecessorItemOverloaded.

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.)
OnPropertyChanged (Inherited from DependencyObject.)
ReadLocalValue (Inherited from DependencyObject.)
SetCurrentValue (Inherited from DependencyObject.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString
Provides a string representation of this EntityItem object.
(Inherited from EntityItem.)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
DependencyTypeProperty
Identifies the DependencyType dependency property.
LagProperty
Identifies the Lag dependency property.
TaskItemProperty
Identifies the TaskItem dependency property.

Properties

  NameDescription
Content
Gets or sets the content of this EntityItem. This is a dependency property.
(Inherited from EntityItem.)
DependencyObjectType (Inherited from DependencyObject.)
DependencyType
Gets or sets the dependency type of this PredecessorItem. Predecessor dependency type indicates how the current task depends on the predecessor task. This is a dependency property.
Dispatcher (Inherited from DispatcherObject.)
IsSealed (Inherited from DependencyObject.)
Lag
Gets or sets the lag of this PredecessorItem. Predecessor lag indicates when the current task depends on the predecessor task. If lag is zero the dependency is applied at the appropriate time. If lag is positive the dependency is applied so that there will be an exclusion interval between the tasks. If lag is negative the dependency is applied so that there will be an intersection interval between the tasks. This is a dependency property.
Tag
Gets or sets an arbitrary object value that can be used to store custom information about this EntityItem. This is a dependency property.
(Inherited from EntityItem.)
TaskItem
Gets or sets the task item of this PredecessorItem. Predecessor task item indicates the task that the current task depends on. You can use a TaskItem object as the task item. It is recommended to set this property. This is a dependency property.

Explicit Interface Implementations

  NameDescription
IPredecessorItem..::.TaskItem
Gets or sets the task item of this PredecessorItem. When setting this property you must use an ITaskItem object.

See Also