The SimplePredecessorItem type exposes the following members.

Constructors

  NameDescription
SimplePredecessorItem

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString
Provides a string representation of this SimpleEntityItem object.
(Inherited from SimpleEntityItem.)

Properties

  NameDescription
Content
Gets or sets the content of this SimpleEntityItem.
(Inherited from SimpleEntityItem.)
DependencyType
Gets or sets the dependency type of this SimplePredecessorItem. Predecessor dependency type indicates how the current task depends on the predecessor task.
Lag
Gets or sets the lag of this SimplePredecessorItem. 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.
Tag
Gets or sets an arbitrary object value that can be used to store custom information about this SimpleEntityItem.
(Inherited from SimpleEntityItem.)
TaskItem
Gets or sets the task item of this SimplePredecessorItem. Predecessor task item indicates the task that the current task depends on. You can use a SimpleTaskItem object as the task item. It is recommended to set this property.

Explicit Interface Implementations

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

See Also