Public Member Functions | |
| void | AddStatusTransactionsRow (StatusTransactionsRow row) |
| StatusTransactionsRow | AddStatusTransactionsRow (System.Guid ASSN_TRANS_UID, System.Guid PROJ_UID, System.Guid TASK_UID, System.Guid ASSN_UID, System.Guid SUBMITTER_RES_UID, System.Guid MANAGER_RES_UID, System.Guid DELEGATEE_RES_UID, System.DateTime ASSN_TRANS_DELEGATE_DATE, short ASSN_TRANS_STATE_ENUM, short ASSN_TRANS_TYPE_ENUM, short ASSN_TRANS_ACTION_ENUM, string ASSN_TRANS_COMMENT, byte[] ASSN_CHANGE_DATA, byte[] TASK_CHANGE_DATA) |
| StatusTransactionsRow | FindByASSN_TRANS_UID (System.Guid ASSN_TRANS_UID) |
|
virtual global::System.Collections.IEnumerator | GetEnumerator () |
|
override global::System.Data.DataTable | Clone () |
| StatusTransactionsRow | NewStatusTransactionsRow () |
| void | RemoveStatusTransactionsRow (StatusTransactionsRow row) |
Static Public Member Functions | |
|
static global::System.Xml.Schema.XmlSchemaComplexType | GetTypedTableSchema (global::System.Xml.Schema.XmlSchemaSet xs) |
Protected Member Functions | |
| StatusTransactionsDataTable (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
|
override global::System.Data.DataTable | CreateInstance () |
|
override global::System.Data.DataRow | NewRowFromBuilder (global::System.Data.DataRowBuilder builder) |
| override global::System.Type | GetRowType () |
| override void | OnRowChanged (global::System.Data.DataRowChangeEventArgs e) |
| override void | OnRowChanging (global::System.Data.DataRowChangeEventArgs e) |
| override void | OnRowDeleted (global::System.Data.DataRowChangeEventArgs e) |
| override void | OnRowDeleting (global::System.Data.DataRowChangeEventArgs e) |
Properties | |
| global::System.Data.DataColumn | ASSN_TRANS_UIDColumn [get] |
| global::System.Data.DataColumn | PROJ_UIDColumn [get] |
| global::System.Data.DataColumn | TASK_UIDColumn [get] |
| global::System.Data.DataColumn | ASSN_UIDColumn [get] |
| global::System.Data.DataColumn | SUBMITTER_RES_UIDColumn [get] |
| global::System.Data.DataColumn | MANAGER_RES_UIDColumn [get] |
| global::System.Data.DataColumn | DELEGATEE_RES_UIDColumn [get] |
| global::System.Data.DataColumn | ASSN_TRANS_DELEGATE_DATEColumn [get] |
| global::System.Data.DataColumn | ASSN_TRANS_STATE_ENUMColumn [get] |
| global::System.Data.DataColumn | ASSN_TRANS_TYPE_ENUMColumn [get] |
| global::System.Data.DataColumn | ASSN_TRANS_ACTION_ENUMColumn [get] |
| global::System.Data.DataColumn | ASSN_TRANS_COMMENTColumn [get] |
| global::System.Data.DataColumn | ASSN_CHANGE_DATAColumn [get] |
| global::System.Data.DataColumn | TASK_CHANGE_DATAColumn [get] |
| int | Count [get] |
| StatusTransactionsRow | this [int index] [get] |
Events | |
| StatusTransactionsRowChangeEventHandler | StatusTransactionsRowChanging |
| StatusTransactionsRowChangeEventHandler | StatusTransactionsRowChanged |
| StatusTransactionsRowChangeEventHandler | StatusTransactionsRowDeleting |
| StatusTransactionsRowChangeEventHandler | StatusTransactionsRowDeleted |
Definition at line 4030 of file Reference.cs.
1.5.8