WorkflowDataSet.WorkflowStatusRow Members
Include Protected Members
Include Inherited Members
The workflow status information, as a row in the WorkflowDataSet.WorkflowStatusDataTable object.
The WorkflowDataSet.WorkflowStatusRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CREATED_DATE | Specifies the date that this WorkFlowStatusRow object was created. | |
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.) | |
MOD_DATE | Gets or sets the DateTime value when the workflow is modified. | |
PHASE_NAME | Gets or sets the phase name. | |
PHASE_UID | Gets or sets the phase GUID. | |
PROJ_UID | Gets or sets the project GUID. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
STAGE_COMPLETION_DATE | Gets or sets the date when the stage was completed. | |
STAGE_ENTRY_DATE | Gets or sets the date and time for entry to the workflow stage. | |
STAGE_INFO | Gets or sets the stage information. | |
STAGE_NAME | Gets or sets the stage name. | |
STAGE_ORDER | Gets or sets the order of the stage. | |
STAGE_STATUS | Gets or sets the status of the stage. | |
STAGE_UID | Gets or sets the stage GUID. | |
SUBMITTED_DATE | The DateTime value when the project was last submitted by the RunProjectWorkflow method. | |
Table | (Inherited from DataRow.) | |
WORKFLOW_INSTANCE_UID | Gets or sets the workflow instance GUID. | |
WORKFLOW_MOD_DATE | The DateTime value when the workflow engine modifies the workflow. |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsCREATED_DATENull | Determines whether the CREATED_DATE property is set to a null value. | |
IsMOD_DATENull | Determines whether the MOD_DATE property is set to a null value. | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsPHASE_NAMENull | Determines whether the PHASE_NAME property is set to a null value. | |
IsPHASE_UIDNull | Determines whether the PHASE_UID property is set to a null value. | |
IsSTAGE_COMPLETION_DATENull | Determines whether the STAGE_COMPLETION_DATE property is set to a null value. | |
IsSTAGE_ENTRY_DATENull | Determines whether the STAGE_ENTRY_DATE property is set to a value. | |
IsSTAGE_INFONull | Determines whether the STAGE_INFO property is set to a null value. | |
IsSTAGE_NAMENull | Determines whether the STAGE_NAME property is set to a null value. | |
IsSTAGE_ORDERNull | Determines whether the STAGE_ORDER property is set to a null value. | |
IsSUBMITTED_DATENull | Determines whether the SUBMITTED_DATE property is set to a null value. | |
IsWORKFLOW_MOD_DATENull | Determines whether the WORKFLOW_MOD_DATE property is set to a null value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetCREATED_DATENull | Sets the CREATED_DATE property to a null value. | |
SetMOD_DATENull | Sets the MOD_DATE property to a null value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetPHASE_NAMENull | Sets the PHASE_NAME property to a null value. | |
SetPHASE_UIDNull | Sets the PHASE_UID property to a null value. | |
SetSTAGE_COMPLETION_DATENull | Sets the STAGE_COMPLETION_DATE property to a null value. | |
SetSTAGE_ENTRY_DATENull | Sets the STAGE_ENTRY_DATE property to a null value. | |
SetSTAGE_INFONull | Sets the STAGE_INFO property to a null value. | |
SetSTAGE_NAMENull | Sets the STAGE_NAME property to a null value. | |
SetSTAGE_ORDERNull | Sets the STAGE_ORDER property to a null value. | |
SetSUBMITTED_DATENull | Sets the SUBMITTED_DATE property to a null value. | |
SetWORKFLOW_MOD_DATENull | Sets the WORKFLOW_MOD_DATE property to a null value. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top