Class AddressFormatCache
Cache for address formats, accessed by layout id
Inherited Members
Namespace: SuperOffice.CRM.Globalization
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class AddressFormatCache : CacheBaseV2, IFlushableV2, IDisposable
Constructors
AddressFormatCache()
Cache for address formats, accessed by layout id
Declaration
public AddressFormatCache()
Properties
TableNames
Cache for address formats, accessed by layout id
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |
Overrides
Methods
GetCurrent()
Cache for address formats, accessed by layout id
Declaration
public static AddressFormatCache GetCurrent()
Returns
Type | Description |
---|---|
AddressFormatCache |
GetFromId(Int32)
Cache for address formats, accessed by layout id
Declaration
public AddressFormat GetFromId(int addressFormatId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | addressFormatId |
Returns
Type | Description |
---|---|
AddressFormat |
GetLayout(Int32)
Cache for address formats, accessed by layout id
Declaration
public AddressLayout GetLayout(int layoutId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | layoutId |
Returns
Type | Description |
---|---|
AddressLayout |
OnLoad()
Cache for address formats, accessed by layout id
Declaration
protected override void OnLoad()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)