Public Member Functions | |
| void | AddActionsRow (ActionsRow row) |
| ActionsRow | AddActionsRow (System.Guid WSEC_FEA_ACT_UID, string WSEC_FEA_ACT_NAME, FeaturesRow parentFeaturesRowByFeatures_Actions) |
| ActionsRow | FindByWSEC_FEA_ACT_UID (System.Guid WSEC_FEA_ACT_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 | WSEC_FEA_ACT_UIDColumn [get] |
| global::System.Data.DataColumn | WSEC_FEA_ACT_NAMEColumn [get] |
| global::System.Data.DataColumn | WSEC_FEA_ACT_PARENTColumn [get] |
| int | Count [get] |
| ActionsRow | this [int index] [get] |
Events | |
| ActionsRowChangeEventHandler | ActionsRowChanging |
| ActionsRowChangeEventHandler | ActionsRowChanged |
| ActionsRowChangeEventHandler | ActionsRowDeleting |
| ActionsRowChangeEventHandler | ActionsRowDeleted |
Definition at line 6761 of file Reference.cs.
1.5.8