Class QuoteListCache
Inheritance
QuoteListCache
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public class QuoteListCache : CacheBaseV2
Constructors
QuoteListCache()
Declaration
Properties
TableNames
Declaration
protected override IEnumerable<string> TableNames { get; }
Property Value
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
Returns
SetList(int, string, ListItemInfo[])
Declaration
public void SetList(int connectionId, string listName, ListItemInfo[] list)
Parameters
Type |
Name |
Description |
int |
connectionId |
|
string |
listName |
|
ListItemInfo[] |
list |
|