Public Member Functions | |
| void | AddCategoryPermissionsRow (CategoryPermissionsRow row) |
| CategoryPermissionsRow | AddCategoryPermissionsRow (System.Guid WSEC_GRP_UID, System.Guid WSEC_CAT_UID, System.Guid WSEC_FEA_ACT_UID, bool WSEC_ALLOW, bool WSEC_DENY) |
| CategoryPermissionsRow | FindByWSEC_CAT_UIDWSEC_FEA_ACT_UIDWSEC_GRP_UID (System.Guid WSEC_CAT_UID, System.Guid WSEC_FEA_ACT_UID, System.Guid WSEC_GRP_UID) |
|
virtual global::System.Collections.IEnumerator | GetEnumerator () |
|
override global::System.Data.DataTable | Clone () |
| CategoryPermissionsRow | NewCategoryPermissionsRow () |
| void | RemoveCategoryPermissionsRow (CategoryPermissionsRow row) |
Static Public Member Functions | |
|
static global::System.Xml.Schema.XmlSchemaComplexType | GetTypedTableSchema (global::System.Xml.Schema.XmlSchemaSet xs) |
Protected Member Functions | |
| CategoryPermissionsDataTable (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_GRP_UIDColumn [get] |
| global::System.Data.DataColumn | WSEC_CAT_UIDColumn [get] |
| global::System.Data.DataColumn | WSEC_FEA_ACT_UIDColumn [get] |
| global::System.Data.DataColumn | WSEC_ALLOWColumn [get] |
| global::System.Data.DataColumn | WSEC_DENYColumn [get] |
| int | Count [get] |
| CategoryPermissionsRow | this [int index] [get] |
Events | |
| CategoryPermissionsRowChangeEventHandler | CategoryPermissionsRowChanging |
| CategoryPermissionsRowChangeEventHandler | CategoryPermissionsRowChanged |
| CategoryPermissionsRowChangeEventHandler | CategoryPermissionsRowDeleting |
| CategoryPermissionsRowChangeEventHandler | CategoryPermissionsRowDeleted |
Definition at line 1975 of file Reference.cs.
1.5.8