Class PriorityCache
Cache that holds information about priority.
Inherited Members
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
public class PriorityCache : RowCacheBase<PriorityRow>, IDisposable, IFlushable
Methods
FetchRows()
Fetch the rows from the database.
Declaration
protected override TableRowsBase FetchRows()
Returns
Type | Description |
---|---|
TableRowsBase | Collection of rows. |
Overrides
SuperOffice.CRM.Cache.RowCacheBase<SuperOffice.CRM.Rows.PriorityRow>.FetchRows()
GetCachedTableNumbers()
Declaration
public override int[] GetCachedTableNumbers()
Returns
Type | Description |
---|---|
Int32[] |
Overrides
GetCurrent()
Get the current instance of the CategoryCache
Declaration
public static PriorityCache GetCurrent()
Returns
Type | Description |
---|---|
PriorityCache | Current instance of the CategoryCache. |
GetNameFromId(Int32)
Retrieve the category name from the its primary key.
Declaration
public string GetNameFromId(int id)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | Primary key in the category table. |
Returns
Type | Description |
---|---|
String | Name of the category |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)