Show / Hide Table of Contents

Class ErpListCache

Inheritance
object
ErpListCache
Namespace: SuperOffice.CRM.Cache
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public class ErpListCache : CacheBaseV2

Constructors

ErpListCache()

Declaration
public ErpListCache()

Properties

TableNames

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

Methods

GetList(int, string)

Declaration
public Dictionary<string, string> GetList(int connectionId, string listName)
Parameters
Type Name Description
int connectionId
string listName
Returns
Type Description
Dictionary<string, string>

OnLoad()

Declaration
protected override void OnLoad()

OnLoadAsync(CancellationToken)

Declaration
protected override Task OnLoadAsync(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task

SetList(int, string, Dictionary<string, string>)

Declaration
public void SetList(int connectionId, string listName, Dictionary<string, string> list)
Parameters
Type Name Description
int connectionId
string listName
Dictionary<string, string> list
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top