Show / Hide Table of Contents

Class QuoteListCache

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

Constructors

QuoteListCache()

Declaration
public QuoteListCache()

Properties

TableNames

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

Methods

GetList(int, string)

Declaration
public ListItemInfo[] GetList(int connectionId, string listName)
Parameters
Type Name Description
int connectionId
string listName
Returns
Type Description
ListItemInfo[]

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, ListItemInfo[])

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