Show / Hide Table of Contents

Class ArchiveProviderFactory.ArchiveProviderCache

Inheritance
Object
CacheBaseV2
ArchiveProviderFactory.ArchiveProviderCache
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.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[CacheV2("Database", 0)]
public class ArchiveProviderCache : CacheBaseV2, IFlushableV2, IDisposable

Properties

EntityColumnInfo

Declaration
public ConcurrentDictionary<string, KeyValuePair<List<ArchiveColumnInfo>, List<ArchiveRowTypeInfo>>> EntityColumnInfo { get; }
Property Value
Type Description
ConcurrentDictionary<String, KeyValuePair<List<ArchiveColumnInfo>, List<ArchiveRowTypeInfo>>>

TableNames

Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
Type Description
IEnumerable<String>
Overrides
CacheBaseV2.TableNames

Methods

GetCurrent()

Declaration
public static ArchiveProviderFactory.ArchiveProviderCache GetCurrent()
Returns
Type Description
ArchiveProviderFactory.ArchiveProviderCache

OnLoad()

Declaration
protected override void OnLoad()
Overrides
CacheBaseV2.OnLoad()

Implements

IFlushableV2
System.IDisposable

Extension Methods

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