Edit

Share via


ProjectDataSet.DependencyRow Class

Definition

Represents the dependency relationship between one task and another.

public: ref class ProjectDataSet::DependencyRow : System::Data::DataRow
public class ProjectDataSet.DependencyRow : System.Data.DataRow
type ProjectDataSet.DependencyRow = class
    inherit DataRow
Public Class ProjectDataSet.DependencyRow
Inherits DataRow
Inheritance
ProjectDataSet.DependencyRow

Remarks

DependencyRow is an associative object that is generated from the dependency of one task to another. One task is the predecessor (LINK_PRED_UID) and one task is the successor (LINK_SUCC_UID).

There are different types of dependencies (LINK_TYPE), and there can be a specific time lag between the tasks (LINK_LAG).

Properties

LINK_LAG

Specifies the amount of time to wait between the tasks in this dependency.

LINK_LAG_FMT

Represents the display format for the dependency lag duration.

LINK_PRED_UID

Specifies the unique identifier of the predecessor task in this dependency.

LINK_SUCC_UID

Specifies the unique identifier of the successor task in this dependency.

LINK_TYPE

Specifies the type of dependency to establish between two tasks.

LINK_UID

Specifies the unique identifier of this dependency.

PROJ_UID

Specifies the unique identifier of the project to which this dependency belongs.

Methods

IsLINK_LAG_FMTNull()

Determines whether the LINK_LAG_FMT property is set to a a null reference (Nothing in Visual Basic) value.

IsLINK_LAGNull()

Determines whether the LINK_LAG property is set to a a null reference (Nothing in Visual Basic) value.

IsLINK_TYPENull()

Determines whether the LINK_TYPE property is set to a a null reference (Nothing in Visual Basic) value.

SetLINK_LAG_FMTNull()

Sets the LINK_LAG_FMT property to a a null reference (Nothing in Visual Basic) value.

SetLINK_LAGNull()

Sets the LINK_LAG property to a a null reference (Nothing in Visual Basic) value.

SetLINK_TYPENull()

Sets the LINK_TYPE property to a a null reference (Nothing in Visual Basic) value.

Applies to