Class AddressFormatCache
Cache for address formats, accessed by layout id
Inheritance
AddressFormatCache
Assembly: SoDataBase.dll
public class AddressFormatCache : CacheBase, IDisposable, IFlushable
Methods
Declaration
public override int[] GetCachedTableNumbers()
Returns
Overrides
Get the current instance of the AddressFormatCache
Declaration
public static AddressFormatCache GetCurrent()
Returns
Declaration
public AddressFormat GetFromId(int addressFormatId)
Parameters
Type |
Name |
Description |
Int32 |
addressFormatId |
|
Returns
Declaration
public AddressLayout GetLayout(int layoutId)
Parameters
Type |
Name |
Description |
Int32 |
layoutId |
|
Returns
Declaration
protected override void OnFlush()
Overrides
Declaration
protected override void OnRefresh()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)