Class TableRights
Implements
Inherited Members
Namespace: SuperOffice.CRM.Security
Assembly: SoDataBase.dll
Syntax
public class TableRights : Rights<TableInfo, TableRight>, IDictionary<TableInfo, TableRight>, ICollection<KeyValuePair<TableInfo, TableRight>>, IEnumerable<KeyValuePair<TableInfo, TableRight>>, IEnumerable
Constructors
TableRights()
Declaration
public TableRights()
Methods
GetIntKey(TableInfo)
Declaration
public override int GetIntKey(TableInfo key)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | key |
Returns
Type | Description |
---|---|
Int32 |
Overrides
SuperOffice.CRM.Security.Rights<SuperOffice.Data.SQL.TableInfo, SuperOffice.CRM.Security.TableRight>.GetIntKey(SuperOffice.Data.SQL.TableInfo)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)