Class UnionCombinator
Implements the combination that performs a union on the two archive providers.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class UnionCombinator : Combinator
Constructors
UnionCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)
Constructor
Declaration
public UnionCombinator(IArchiveProvider left, IArchiveProvider right, CombinedSelectionProviderBase parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IArchiveProvider | left | |
| IArchiveProvider | right | |
| CombinedSelectionProviderBase | parent |
Methods
GetRowsAsync(string, CancellationToken)
Returns the combination of the two lists
Declaration
public override IAsyncEnumerable<ArchiveRow> GetRowsAsync(string options, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | options | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| IAsyncEnumerable<ArchiveRow> |