ProjectDataSet.DependencyRow Members
Include Protected Members
Include Inherited Members
Represents the dependency relationship between one task and another.
The ProjectDataSet.DependencyRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
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 ID of the predecessor task in this dependency. | |
LINK_SUCC_UID | Specifies the unique ID of the successor task in this dependency. | |
LINK_TYPE | Specifies the type of dependency to be established between two tasks. | |
LINK_UID | Specifies the unique identifier of this dependency. | |
PROJ_UID | Specifies the unique ID of the project to which this dependency belongs. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top