Share via


WorkflowDataSet.WorkflowStatusRow members

The workflow status information, as a row in the WorkflowDataSet.WorkflowStatusDataTable object.

The WorkflowDataSet.WorkflowStatusRow type exposes the following members.

Properties

  Name Description
Public property CREATED_DATE Gets or sets the date that this WorkFlowStatusRow object was created.
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property MOD_DATE Gets or sets the DateTime value when the workflow is modified.
Public property NEXT_STAGE1 Specifies the GUID for the next stage in a workflow that is currently being processed.
Public property NEXT_STAGE2 Specifies the GUID for a second next stage that is parallel to NEXT_STAGE1 in a workflow that is currently being processed.
Public property PHASE_NAME Gets or sets the phase name.
Public property PHASE_UID Gets or sets the phase GUID.
Public property PROJ_UID Gets or sets the project GUID.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property STAGE_COMPLETION_DATE Gets or sets the date when the stage was completed.
Public property STAGE_ENTRY_DATE Gets or sets the date and time for entry to the workflow stage.
Public property STAGE_INFO Gets or sets the stage information.
Public property STAGE_NAME Gets or sets the stage name.
Public property STAGE_ORDER Gets or sets the order of the stage.
Public property STAGE_STATUS Gets or sets the status of the stage.
Public property STAGE_UID Gets or sets the stage GUID.
Public property SUBMITTED_DATE Gets or sets the DateTime value that indicates when the project was last submitted by the RunProjectWorkflow method.
Public property Table (Inherited from DataRow.)
Public property WORKFLOW_INSTANCE_UID Gets or sets the workflow instance GUID.
Public property WORKFLOW_MOD_DATE The DateTime value when the workflow engine modifies the workflow.

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsCREATED_DATENull Determines whether the CREATED_DATE property is set to a null value.
Public method IsMOD_DATENull Determines whether the MOD_DATE property is set to a null value.
Public method IsNEXT_STAGE1Null Determines whether the NEXT_STAGE1() property is set to a null value.
Public method IsNEXT_STAGE2Null Determines whether the NEXT_STAGE2() property is set to a null value.
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsPHASE_NAMENull Determines whether the PHASE_NAME property is set to a null value.
Public method IsPHASE_UIDNull Determines whether the PHASE_UID property is set to a null value.
Public method IsSTAGE_COMPLETION_DATENull Determines whether the STAGE_COMPLETION_DATE property is set to a null value.
Public method IsSTAGE_ENTRY_DATENull Determines whether the STAGE_ENTRY_DATE property is set to a value.
Public method IsSTAGE_INFONull Determines whether the STAGE_INFO property is set to a null value.
Public method IsSTAGE_NAMENull Determines whether the STAGE_NAME property is set to a null value.
Public method IsSTAGE_ORDERNull Determines whether the STAGE_ORDER property is set to a null value.
Public method IsSUBMITTED_DATENull Determines whether the SUBMITTED_DATE property is set to a null value.
Public method IsWORKFLOW_MOD_DATENull Determines whether the WORKFLOW_MOD_DATE property is set to a null value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetCREATED_DATENull Sets the CREATED_DATE property to a null value.
Public method SetMOD_DATENull Sets the MOD_DATE property to a null value.
Public method SetModified (Inherited from DataRow.)
Public method SetNEXT_STAGE1Null Sets the NEXT_STAGE1() property to a null value.
Public method SetNEXT_STAGE2Null Sets the NEXT_STAGE2() property to a null value.
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetPHASE_NAMENull Sets the PHASE_NAME property to a null value.
Public method SetPHASE_UIDNull Sets the PHASE_UID property to a null value.
Public method SetSTAGE_COMPLETION_DATENull Sets the STAGE_COMPLETION_DATE property to a null value.
Public method SetSTAGE_ENTRY_DATENull Sets the STAGE_ENTRY_DATE property to a null value.
Public method SetSTAGE_INFONull Sets the STAGE_INFO property to a null value.
Public method SetSTAGE_NAMENull Sets the STAGE_NAME property to a null value.
Public method SetSTAGE_ORDERNull Sets the STAGE_ORDER property to a null value.
Public method SetSUBMITTED_DATENull Sets the SUBMITTED_DATE property to a null value.
Public method SetWORKFLOW_MOD_DATENull Sets the WORKFLOW_MOD_DATE property to a null value.
Public method ToString (Inherited from Object.)

Top

See also

Reference

WorkflowDataSet.WorkflowStatusRow class

WebSvcWorkflow namespace