Show / Hide Table of Contents

Class AddressFormatCache

Cache for address formats, accessed by layout id

Inheritance
Object
CacheBaseV2
AddressFormatCache
Implements
IFlushableV2
IDisposable
Inherited Members
CacheBaseV2.IsCacheInvalidated(String, Int32, PrivateSave)
CacheBaseV2.Dispose()
CacheBaseV2.Flush()
CacheBaseV2.BeginDisableAutoUpdate()
CacheBaseV2.GetCurrent<T>()
CacheBaseV2.Load()
CacheBaseV2.Disposed
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
CacheBaseV2.TableNames

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
CacheBaseV2.OnLoad()

Implements

IFlushableV2
System.IDisposable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top