WorkflowDataSet.WorkflowStatusDataTable members
Represents information about workflow status that is contained in one or more WorkflowDataSet.WorkflowStatusRow objects.
The WorkflowDataSet.WorkflowStatusDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WorkflowDataSet.WorkflowStatusDataTable() | Creates an instance of the WorkflowStatusDataTable. |
![]() |
WorkflowDataSet.WorkflowStatusDataTable(SerializationInfo, StreamingContext) | Creates an instance of the WorkflowStatusDataTable class by using separate parameters. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CaseSensitive | (Inherited from DataTable.) |
![]() |
ChildRelations | (Inherited from DataTable.) |
![]() |
Columns | (Inherited from DataTable.) |
![]() |
Constraints | (Inherited from DataTable.) |
![]() |
Container | (Inherited from MarshalByValueComponent.) |
![]() |
Count | Gets the number of rows in the WorkflowStatusDataTable. |
![]() |
CREATED_DATEColumn | Defines the column for the CREATED_DATE field. |
![]() |
DataSet | (Inherited from DataTable.) |
![]() |
DefaultView | (Inherited from DataTable.) |
![]() |
DesignMode | (Inherited from MarshalByValueComponent.) |
![]() |
DisplayExpression | (Inherited from DataTable.) |
![]() |
Events | (Inherited from MarshalByValueComponent.) |
![]() |
ExtendedProperties | (Inherited from DataTable.) |
![]() |
HasErrors | (Inherited from DataTable.) |
![]() |
IsInitialized | (Inherited from DataTable.) |
![]() |
Item | Gets a row in the WorkflowStatusDataTable, where the row is specified by an index. |
![]() |
Locale | (Inherited from DataTable.) |
![]() |
MinimumCapacity | (Inherited from DataTable.) |
![]() |
MOD_DATEColumn | Defines the column for the MOD_DATE field. |
![]() |
Namespace | (Inherited from DataTable.) |
![]() |
NEXT_STAGE1Column | Defines the column for the NEXT_STAGE1 field. |
![]() |
NEXT_STAGE2Column | Defines the column for the NEXT_STAGE2 field. |
![]() |
ParentRelations | (Inherited from DataTable.) |
![]() |
PHASE_NAMEColumn | Defines the column for the PHASE_NAME field. |
![]() |
PHASE_UIDColumn | Defines the column for the PHASE_UID field. |
![]() |
Prefix | (Inherited from DataTable.) |
![]() |
PrimaryKey | (Inherited from DataTable.) |
![]() |
PROJ_UIDColumn | Defines the column for the PROJ_UID field. |
![]() |
RemotingFormat | (Inherited from DataTable.) |
![]() |
Rows | (Inherited from DataTable.) |
![]() |
Site | (Inherited from DataTable.) |
![]() |
STAGE_COMPLETION_DATEColumn | Defines the column for the STAGE_COMPLETION_DATE field. |
![]() |
STAGE_ENTRY_DATEColumn | Defines the column for the STAGE_ENTRY_DATE field. |
![]() |
STAGE_INFOColumn | Defines the column for the STAGE_INFO field. |
![]() |
STAGE_NAMEColumn | Defines the column for the STAGE_NAME field. |
![]() |
STAGE_ORDERColumn | Defines the column for the STAGE_ORDER field. |
![]() |
STAGE_STATUSColumn | Defines the column for the STAGE_STATUS field. |
![]() |
STAGE_UIDColumn | Defines the column for the STAGE_UID field. |
![]() |
SUBMITTED_DATE | Defines the column for the SUBMITTED_DATE field. |
![]() |
TableName | (Inherited from DataTable.) |
![]() |
WORKFLOW_INSTANCE_UIDColumn | Defines the column for the WORKFLOW_INSTANCE_UID field. |
![]() |
WORKFLOW_MOD_DATE | Contains the DateTime value when the engine modifies the workflow. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
![]() |
ColumnChanged | (Inherited from DataTable.) |
![]() |
ColumnChanging | (Inherited from DataTable.) |
![]() |
Disposed | (Inherited from MarshalByValueComponent.) |
![]() |
Initialized | (Inherited from DataTable.) |
![]() |
RowChanged | (Inherited from DataTable.) |
![]() |
RowChanging | (Inherited from DataTable.) |
![]() |
RowDeleted | (Inherited from DataTable.) |
![]() |
RowDeleting | (Inherited from DataTable.) |
![]() |
TableCleared | (Inherited from DataTable.) |
![]() |
TableClearing | (Inherited from DataTable.) |
![]() |
TableNewRow | (Inherited from DataTable.) |
![]() |
WorkflowStatusRowChanged | The post-event that occurs after a row is changed. |
![]() |
WorkflowStatusRowChanging | The pre-event that occurs before a row is changed. |
![]() |
WorkflowStatusRowDeleted | The post-event that occurs after a row is deleted. |
![]() |
WorkflowStatusRowDeleting | The pre-event that occurs before a row is deleted. |
Top
Fields
Name | Description | |
---|---|---|
![]() |
fInitInProgress | (Inherited from DataTable.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IListSource.ContainsListCollection | (Inherited from DataTable.) |
![]() ![]() |
IListSource.GetList | (Inherited from DataTable.) |
![]() ![]() |
IXmlSerializable.GetSchema | (Inherited from DataTable.) |
![]() ![]() |
IXmlSerializable.ReadXml | (Inherited from DataTable.) |
![]() ![]() |
IXmlSerializable.WriteXml | (Inherited from DataTable.) |
Top