Class SaintSaleStatusProvider
This SoList provider generates the sale status list for the Saint criteria. This is a simple, hard-coded list corresponding to the status field of the SuperOffice.CRM.Rows.Sale table.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[MDOProviderPlugin("saintSaleStatus")]
public class SaintSaleStatusProvider : SaleStatusProvider, ISoListProvider, ISoList
Constructors
SaintSaleStatusProvider()
This SoList provider generates the sale status list for the Saint criteria. This is a simple, hard-coded list corresponding to the status field of the SuperOffice.CRM.Rows.Sale table.
Declaration
public SaintSaleStatusProvider()
Methods
AddItemsAsync(CancellationToken)
Create the hard-coded item list
Declaration
protected override Task AddItemsAsync(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task |