Class SaintDirectionProvider
This SoList provider generates the appointment/task direction list for the Saint criteria. This is a simple, hard-coded list corresponding to the direction field of the SuperOffice.CRM.Rows.DocTmpl and SuperOffice.CRM.Rows.Task tables. Tasks are both appointments and documents.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[MDOProviderPlugin("saintDirection")]
public class SaintDirectionProvider : DirectionProvider, ISoListProvider, ISoList
Constructors
SaintDirectionProvider()
This SoList provider generates the appointment/task direction list for the Saint criteria. This is a simple, hard-coded list corresponding to the direction field of the SuperOffice.CRM.Rows.DocTmpl and SuperOffice.CRM.Rows.Task tables. Tasks are both appointments and documents.
Declaration
public SaintDirectionProvider()
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 |