Show / Hide Table of Contents

Class IntersectCombinator

Implements the intersect combinator. All elements that exists in both selections should be returned

Inheritance
object
Combinator
IntersectCombinator
Inherited Members
Combinator._leftProvider
Combinator._rightProvider
Combinator._options
Combinator._duplicateList
Combinator._rowComparer
Combinator._pageSize
Combinator._pageNumber
Combinator._parent
Combinator._rowCount
Combinator.SetPagingInfo(int, int)
Combinator.GetResultInformationAsync()
Combinator.SetOrderBy(params ArchiveOrderByInfo[])
Combinator.HasDuplicate(ArchiveRow)
Combinator.GetRowKey(ArchiveRow)
Combinator.DoRowCount(string)
Combinator.LeftEnum
Combinator.RightEnum
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class IntersectCombinator : Combinator

Constructors

IntersectCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)

Constructor

Declaration
public IntersectCombinator(IArchiveProvider left, IArchiveProvider right, CombinedSelectionProviderBase parent)
Parameters
Type Name Description
IArchiveProvider left
IArchiveProvider right
CombinedSelectionProviderBase parent

Methods

GetRowsAsync(string, CancellationToken)

Returns those rows that exists in both SELECTIONS

Declaration
public override IAsyncEnumerable<ArchiveRow> GetRowsAsync(string options, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string options
CancellationToken cancellationToken
Returns
Type Description
IAsyncEnumerable<ArchiveRow>
Overrides
Combinator.GetRowsAsync(string, CancellationToken)

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top