Class OnlineAppCache
Cache that holds information about OnlineApp Client Id and Online App Ids.
Inherited Members
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class OnlineAppCache : CacheBaseV2, IFlushableV2, IDisposable
Properties
TableNames
Cache that holds information about OnlineApp Client Id and Online App Ids.
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |
Overrides
Methods
GetCurrent()
Cache that holds information about OnlineApp Client Id and Online App Ids.
Declaration
public static OnlineAppCache GetCurrent()
Returns
Type | Description |
---|---|
OnlineAppCache |
GetOnlineAppIdFromClientId(String)
Return a OnlineApp id of client id.
Declaration
public int GetOnlineAppIdFromClientId(string clientId)
Parameters
Type | Name | Description |
---|---|---|
String | clientId |
Returns
Type | Description |
---|---|
Int32 | OnlineApp id or 0 if no match. |
OnLoad()
Cache that holds information about OnlineApp Client Id and Online App Ids.
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)