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