StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow members
Represents approval status transaction details information as a row in the StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsDataTable object.
The StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ASSN_UID | Gets or sets the assignment GUID. | |
CHANGE_END | Gets or sets the ending date and time of a timephased data change. | |
CHANGE_START | Gets or sets the starting date and time of a timephased data change. | |
CHANGE_VALUE | Gets or sets the raw value of a timephased data change. | |
COLUMN_NAME | Gets or sets the grid column name for a change in the timephased data. | |
HasErrors | (Inherited from DataRow.) | |
ID | Gets or sets the row number in the grid for a change in the timephased data. | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
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(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsCHANGE_ENDNull | Determines whether the CHANGE_END property is set to a a null reference (Nothing in Visual Basic) value. | |
IsCHANGE_STARTNull | Determines whether the CHANGE_START property is set to a a null reference (Nothing in Visual Basic) value. | |
IsCHANGE_VALUENull | Determines whether the CHANGE_VALUE property is set to a a null reference (Nothing in Visual Basic) value. | |
IsCOLUMN_NAMENull | Determines whether the COLUMN_NAME property is set to a a null reference (Nothing in Visual Basic) value. | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetCHANGE_ENDNull | Sets the CHANGE_END property to a a null reference (Nothing in Visual Basic) value. | |
SetCHANGE_STARTNull | Sets the CHANGE_START property to a a null reference (Nothing in Visual Basic) value. | |
SetCHANGE_VALUENull | Sets the CHANGE_VALUE property to a a null reference (Nothing in Visual Basic) value. | |
SetCOLUMN_NAMENull | Sets the COLUMN_NAME property to a a null reference (Nothing in Visual Basic) value. | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
ToString | (Inherited from Object.) |
Top
See also
Reference
StatusApprovalTransactionDetailsDataSet.StatusApprovalTransactionDetailsRow class