OperationStatusDataSet.OperationStatus Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows access to the OperationStatusDataSet..::.OperationStatusesDataTable table.
The OperationStatusDataSet..::.OperationStatus type exposes the following members.
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 | Overloaded. | |
GetColumnError | Overloaded. | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow | Overloaded. | |
GetParentRows | Overloaded. | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsCatalogNameNull | Checks to see if the CatalogNameColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsEndDateNull | Checks to see if the EndDateColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsFileNameNull | Checks to see if the FileNameColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsNull | Overloaded. | |
IsOperationIdNull | Checks to see if the OperationIdColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsOperationNull | Checks to see if the OperationColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsOptionsNull | Checks to see if the OptionsColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsPercentCompleteNull | Checks to see if the PercentCompleteColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsStartDateNull | Checks to see if the StartDateColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
IsStatusNull | Checks to see if the StatusColumn column is nullNothingnullptra null reference (Nothing in Visual Basic). | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetCatalogNameNull | Sets the CatalogNameColumn to a DBNull value. | |
SetColumnError | Overloaded. | |
SetEndDateNull | Sets the EndDateColumn to a DBNull value. | |
SetFileNameNull | Sets the FileNameColumn to a DBNull value. | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetOperationIdNull | Sets the OperationIdColumn to a DBNull value. | |
SetOperationNull | Sets the OperationColumn to a DBNull value. | |
SetOptionsNull | Sets the OptionsColumn to a DBNull value. | |
SetParentRow | Overloaded. | |
SetPercentCompleteNull | Sets the PercentCompleteColumn to a DBNull value. | |
SetStartDateNull | Sets the StartDateColumn to a DBNull value. | |
SetStatusNull | Sets the StatusColumn to a DBNull value. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogName | Gets or sets the value in the CatalogNameColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
EndDate | Gets or sets the value in the EndDateColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
FileName | Gets or sets the value in the FileNameColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
HasErrors | (Inherited from DataRow.) | |
Item | Overloaded. | |
ItemArray | (Inherited from DataRow.) | |
Operation | Gets or sets the value in the OperationColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
OperationId | Gets or sets the value in the OperationIdColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
Options | Gets or sets the value in the OptionsColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
PercentComplete | Gets or sets the value in the PercentCompleteColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
StartDate | Gets or sets the value in the StartDateColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
Status | Gets or sets the value in the StatusColumn column of the OperationStatusDataSet..::.OperationStatusesDataTable table. | |
Table | (Inherited from DataRow.) |
Top