WorkflowDataSet.UpdateProjectWorkflowsRow Members
Include Protected Members
Include Inherited Members
Represents workflow update information as a row in the WorkflowDataSet.UpdateProjectWorkflowsDataTable object.
The WorkflowDataSet.UpdateProjectWorkflowsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ENTERPRISE_PROJECT_TYPE_UID | Gets or sets the project type GUID. | |
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.) | |
JOB_UID | Gets or sets the job GUID. | |
PROJ_UID | Gets or sets the project GUID. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
SKIP_TO_CURRENT_STAGE | Gets or sets the true/false value. | |
STAGE_UID | Gets or sets the stage GUID. | |
Table | (Inherited from DataRow.) |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top