WorkflowDataSet.WorkflowStagePDPsRow Members
Include Protected Members
Include Inherited Members
Represents the project detail page information of a workflow stage as a row in the WorkflowDataSet.WorkflowStagePDPsDataTable object.
The WorkflowDataSet.WorkflowStagePDPsRow 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.) | |
PDP_ID | Gets or sets the project details page ID. | |
PDP_NAME | Gets or sets the project details page name. | |
PDP_POSITION | Gets or sets the project details page position. | |
PDP_REQUIRES_ATTENTION | Specifies whether the project details page requires attention. | |
PDP_STAGE_DESCRIPTION | Gets or sets the project details page stage description. | |
PDP_UID | Gets or sets the project details page GUID. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
STAGE_UID | Gets or sets the stage GUID. | |
Table | (Inherited from DataRow.) | |
WorkflowStageRow | Gets or sets the workflow stage information. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top