OperationStatusDataSet.OperationStatusesDataTable Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The data table that contains the Operation Statuses.
The OperationStatusDataSet..::.OperationStatusesDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OperationStatusDataSet..::.OperationStatusesDataTable | Overloaded. Initializes a new instance of the OperationStatusDataSet..::.OperationStatusesDataTable class. |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataTable.) | |
AddOperationStatus | Overloaded. Add an OperationStatus to this OperationStatusDataSet..::.OperationStatusesDataTable. | |
BeginInit | (Inherited from DataTable.) | |
BeginLoadData | (Inherited from DataTable.) | |
Clear | (Inherited from DataTable.) | |
Clone | Copies the structure of the OperationStatusDataSet..::.OperationStatusesDataTable, including all table schemas, relations, and constraints. Does not copy any data. (Overrides DataTable..::.Clone()()().) | |
Compute | (Inherited from DataTable.) | |
Copy | (Inherited from DataTable.) | |
CreateDataReader | (Inherited from DataTable.) | |
CreateInstance | Creates a new instance of a OperationStatusesDataTable. (Overrides DataTable..::.CreateInstance()()().) | |
Dispose | Overloaded. | |
EndInit | (Inherited from DataTable.) | |
EndLoadData | (Inherited from DataTable.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from MarshalByValueComponent.) | |
GetChanges | Overloaded. | |
GetEnumerator | Use this method to retrieve the enumerator for the OperationStatusDataSet.OperationStatusesDataTable. | |
GetErrors | (Inherited from DataTable.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from DataTable.) | |
GetRowType | Use this method to get the type of data allowed in the OperationStatusDataSet..::.OperationStatusesDataTable table row. (Overrides DataTable..::.GetRowType()()().) | |
GetSchema | (Inherited from DataTable.) | |
GetService | (Inherited from MarshalByValueComponent.) | |
GetType | (Inherited from Object.) | |
GetTypedTableSchema | The returned XmlSchemaComplexType represents the complexType element from XML Schema as specified by the World Wide Web Consortium. | |
ImportRow | (Inherited from DataTable.) | |
Load | Overloaded. | |
LoadDataRow | Overloaded. | |
MemberwiseClone | (Inherited from Object.) | |
Merge | Overloaded. | |
NewOperationStatus | Creates a new OperationStatus with the same schema as OperationStatusDataSet..::.OperationStatusesDataTable. | |
NewRow | (Inherited from DataTable.) | |
NewRowArray | (Inherited from DataTable.) | |
NewRowFromBuilder | Creates a new row from an existing row. (Overrides DataTable..::.NewRowFromBuilder(DataRowBuilder).) | |
OnColumnChanged | (Inherited from DataTable.) | |
OnColumnChanging | (Inherited from DataTable.) | |
OnPropertyChanging | (Inherited from DataTable.) | |
OnRemoveColumn | (Inherited from DataTable.) | |
OnRowChanged | Raises the OnRowChanged event. (Overrides DataTable..::.OnRowChanged(DataRowChangeEventArgs).) | |
OnRowChanging | Raises the OnRowChanging event. (Overrides DataTable..::.OnRowChanging(DataRowChangeEventArgs).) | |
OnRowDeleted | Raises the OnRowDeleted event. (Overrides DataTable..::.OnRowDeleted(DataRowChangeEventArgs).) | |
OnRowDeleting | Raises the OnRowDeleting event. (Overrides DataTable..::.OnRowDeleting(DataRowChangeEventArgs).) | |
OnTableCleared | (Inherited from DataTable.) | |
OnTableClearing | (Inherited from DataTable.) | |
OnTableNewRow | (Inherited from DataTable.) | |
ReadXml | Overloaded. | |
ReadXmlSchema | Overloaded. | |
ReadXmlSerializable | (Inherited from DataTable.) | |
RejectChanges | (Inherited from DataTable.) | |
RemoveOperationStatus | Remove a OperationStatusDataSet..::.OperationStatus value from this OperationStatusDataSet..::.OperationStatusesDataTable. | |
Reset | (Inherited from DataTable.) | |
Select | Overloaded. | |
ToString | (Inherited from DataTable.) | |
WriteXml | Overloaded. | |
WriteXmlSchema | Overloaded. |
Top
Fields
Name | Description | |
---|---|---|
fInitInProgress | (Inherited from DataTable.) |
Top
Properties
Name | Description | |
---|---|---|
CaseSensitive | (Inherited from DataTable.) | |
CatalogNameColumn | Gets the values of the CatalogNameColumn column in the OperationStatuses table. | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
Count | Gets the total number of System.Data.DataRow objects in this OperationStatusDataSet..::.OperationStatusesDataTable. | |
DataSet | (Inherited from DataTable.) | |
DefaultView | (Inherited from DataTable.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
DisplayExpression | (Inherited from DataTable.) | |
EndDateColumn | Gets the values of the EndDateColumn column in the OperationStatuses table. | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataTable.) | |
FileNameColumn | Gets the values of the FileNameColumn column in the OperationStatuses table. | |
HasErrors | (Inherited from DataTable.) | |
IsInitialized | (Inherited from DataTable.) | |
Item | Gets a OperationStatusDataSet..::.OperationStatus at a particular index in the OperationStatusDataSet..::.OperationStatusesDataTable. | |
Locale | (Inherited from DataTable.) | |
MinimumCapacity | (Inherited from DataTable.) | |
Namespace | (Inherited from DataTable.) | |
OperationColumn | Gets the values of the OperationColumn column in the OperationStatuses table. | |
OperationIdColumn | Gets the values of the OperationIdColumn column in the OperationStatuses table. | |
OptionsColumn | Gets the values of the OptionsColumn column in the OperationStatuses table. | |
ParentRelations | (Inherited from DataTable.) | |
PercentCompleteColumn | Gets the values of the PercentCompleteColumn column in the OperationStatuses table. | |
Prefix | (Inherited from DataTable.) | |
PrimaryKey | (Inherited from DataTable.) | |
RemotingFormat | (Inherited from DataTable.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
StartDateColumn | Gets the values of the StartDateColumn column in the OperationStatuses table. | |
StatusColumn | Gets the values of the StatusColumn column in the OperationStatuses table. | |
TableName | (Inherited from DataTable.) |
Top
Events
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from DataTable.) | |
ColumnChanging | (Inherited from DataTable.) | |
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataTable.) | |
OperationStatusChanged | Occurs when the OperationStatusDataSet..::.OperationStatusesDataTable is changed. | |
OperationStatusChanging | Occurs when the OperationStatusDataSet..::.OperationStatusesDataTable is going to be changed. | |
OperationStatusDeleted | Occurs when then OperationStatus is deleted from the OperationStatusDataSet..::.OperationStatusesDataTable. | |
OperationStatusDeleting | Occurs when the OperationStatus is being deleted from the OperationStatusDataSet..::.OperationStatusesDataTable. | |
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.) |
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