WorkflowDataSet.WorkflowStageDataTable Members
Include Protected Members
Include Inherited Members
Represents information about workflow stages that is contained in one or more WorkflowDataSet.WorkflowStageRow objects.
The WorkflowDataSet.WorkflowStageDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowDataSet.WorkflowStageDataTable() | Creates an instance of the WorkflowStageDataTable. | |
WorkflowDataSet.WorkflowStageDataTable(SerializationInfo, StreamingContext) | Creates an instance of the WorkflowStageDataTable class by using separate parameters. |
Top
Properties
Name | Description | |
---|---|---|
CaseSensitive | (Inherited from DataTable.) | |
CHECKIN_REQUIREDColumn | Defines the column for the CHECKIN_REQUIRED field. | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
Count | Gets the number of row objects in the WorkflowStageDataTable. | |
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 object in the WorkflowStageDataTable, where the row is specified by an index. | |
Locale | (Inherited from DataTable.) | |
MinimumCapacity | (Inherited from DataTable.) | |
Namespace | (Inherited from DataTable.) | |
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.) | |
RemotingFormat | (Inherited from DataTable.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
STAGE_DESCRIPTIONColumn | Defines the column for the STAGE_DESCRIPTION field. | |
STAGE_NAMEColumn | Defines the column for the STAGE_NAME field. | |
STAGE_SUBMIT_DESCRIPTIONColumn | Defines the column for the STAGE_SUBMIT_DESCRIPTION field. | |
STAGE_UIDColumn | Defines the column for the STAGE_UID field. | |
STATUS_PDP_UIDColumn | Defines the column for the STATUS_PDP_UID field. | |
TableName | (Inherited from DataTable.) |
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.) | |
WorkflowStageRowChanged | The post-event that occurs after a row is changed. | |
WorkflowStageRowChanging | The pre-event that occurs before a row is changed. | |
WorkflowStageRowDeleted | The post-event that occurs after a row is deleted. | |
WorkflowStageRowDeleting | The pre-event that occurs before a row is deleted. |
Top
Extension Methods
Name | Description | |
---|---|---|
BuildChainedIndex<TKey> | Reserved for internal use. (Defined by PSUtility.) | |
BuildIndex<TKey> | Reserved for internal use. (Defined by PSUtility.) | |
GetTemporaryColumnName | Reserved for internal use. (Defined by PSUtility.) | |
HasColumn | Reserved for internal use. (Defined by PSUtility.) |
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