WorkflowDataSet.WorkflowInstanceRow Members
Include Protected Members
Include Inherited Members
Represents workflow instance information as a row in the WorkflowDataSet.WorkflowInstanceDataTable object.
The WorkflowDataSet.WorkflowInstanceRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ENTERPRISE_PROJECT_TYPE_NAME | Gets or sets the enterprise project type name. | |
ENTERPRISE_PROJECT_TYPE_UID | Gets or sets the enterprise 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.) | |
PROJ_UID | Gets or sets the project GUID. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WORKFLOW_INSTANCE_UID | Gets or sets the workflow instance GUID. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top