Class ProbCache
Cache that holds information about probability.
Inherited Members
Namespace: SuperOffice.CRM.Cache
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class ProbCache : CacheBaseV2, IFlushableV2, IDisposable
Properties
TableNames
Cache that holds information about probability.
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |
Overrides
Methods
GetCurrent()
Cache that holds information about probability.
Declaration
public static ProbCache GetCurrent()
Returns
Type | Description |
---|---|
ProbCache |
GetProbFromId(Int32)
Cache that holds information about probability.
Declaration
public ProbRecordData GetProbFromId(int id)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id |
Returns
Type | Description |
---|---|
ProbRecordData |
OnLoad()
Cache that holds information about probability.
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)