Class RefCountsPermissionCache
Inheritance
RefCountsPermissionCache
Assembly: SoDataBase.dll
Syntax
public class RefCountsPermissionCache : RowCacheBase<RefCountsRow>, IDisposable, IFlushable
Methods
FetchRows()
Declaration
protected override TableRowsBase FetchRows()
Returns
Overrides
SuperOffice.CRM.Cache.RowCacheBase<SuperOffice.CRM.Rows.RefCountsRow>.FetchRows()
GetCachedTableNumbers()
Declaration
public override int[] GetCachedTableNumbers()
Returns
Overrides
GetCurrent()
Get the current instance of the RefCountsPermissionCache
Declaration
public static RefCountsPermissionCache GetCurrent()
Returns
GetFieldRight(SoField)
Declaration
public FieldRight GetFieldRight(SoField field)
Parameters
Type |
Name |
Description |
SoField |
field |
|
Returns
GetFieldRight(SoField, Int32)
Declaration
public FieldRight GetFieldRight(SoField field, int primaryKey)
Parameters
Returns
GetFieldRight(SoTable)
Declaration
public FieldRight GetFieldRight(SoTable table)
Parameters
Type |
Name |
Description |
SoTable |
table |
|
Returns
OnFlush()
Declaration
protected override void OnFlush()
Overrides
SuperOffice.CRM.Cache.RowCacheBase<SuperOffice.CRM.Rows.RefCountsRow>.OnFlush()
OnParseRow(RefCountsRow)
Declaration
protected override void OnParseRow(RefCountsRow row)
Parameters
Overrides
SuperOffice.CRM.Cache.RowCacheBase<SuperOffice.CRM.Rows.RefCountsRow>.OnParseRow(SuperOffice.CRM.Rows.RefCountsRow)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)