Public Member Functions | |
| void | AddActionsRow (ActionsRow row) |
| ActionsRow | AddActionsRow (System.Guid TS_ACTION_UID, HeadersRow parentHeadersRowByHeaders_Actions, System.Guid RES_UID, byte TS_ACTION_ENUM, System.DateTime TS_ACTION_DATE, string TS_ACTION_COMMENT, string TS_ACTION_CACHED_RES_NAME, bool TS_ACTION_IS_HISTORY, int TS_ACTION_LEVEL) |
| ActionsRow | FindByTS_ACTION_UID (System.Guid TS_ACTION_UID) |
|
virtual global::System.Collections.IEnumerator | GetEnumerator () |
|
override global::System.Data.DataTable | Clone () |
| ActionsRow | NewActionsRow () |
| void | RemoveActionsRow (ActionsRow row) |
Static Public Member Functions | |
|
static global::System.Xml.Schema.XmlSchemaComplexType | GetTypedTableSchema (global::System.Xml.Schema.XmlSchemaSet xs) |
Protected Member Functions | |
| ActionsDataTable (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 | TS_ACTION_UIDColumn [get] |
| global::System.Data.DataColumn | TS_UIDColumn [get] |
| global::System.Data.DataColumn | RES_UIDColumn [get] |
| global::System.Data.DataColumn | TS_ACTION_ENUMColumn [get] |
| global::System.Data.DataColumn | TS_ACTION_DATEColumn [get] |
| global::System.Data.DataColumn | TS_ACTION_COMMENTColumn [get] |
| global::System.Data.DataColumn | TS_ACTION_CACHED_RES_NAMEColumn [get] |
| global::System.Data.DataColumn | TS_ACTION_IS_HISTORYColumn [get] |
| global::System.Data.DataColumn | TS_ACTION_LEVELColumn [get] |
| int | Count [get] |
| ActionsRow | this [int index] [get] |
Events | |
| ActionsRowChangeEventHandler | ActionsRowChanging |
| ActionsRowChangeEventHandler | ActionsRowChanged |
| ActionsRowChangeEventHandler | ActionsRowDeleting |
| ActionsRowChangeEventHandler | ActionsRowDeleted |
Definition at line 4235 of file Reference.cs.
1.5.8