Show / Hide Table of Contents

Class XORCombinator

Implements the XOR combinator. All elements that only exists in one of the selections should be returned

Inheritance
Object
Combinator
XORCombinator
Inherited Members
Combinator._leftProvider
Combinator._rightProvider
Combinator._options
Combinator._duplicateList
Combinator._rowComparer
Combinator._pageSize
Combinator._pageNumber
Combinator._parent
Combinator._rowCount
Combinator.SetPagingInfo(Int32, Int32)
Combinator.GetResultInformation()
Combinator.SetOrderBy(ArchiveOrderByInfo[])
Combinator.HasDuplicate(ArchiveRow)
Combinator.GetRowKey(ArchiveRow)
Combinator.DoRowCount(String)
Combinator.LeftEnum
Combinator.RightEnum
Namespace: SuperOffice.CRM.ArchiveLists.Archive
Assembly: SoDataBase.dll
Syntax
public class XORCombinator : Combinator

Constructors

XORCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)

Constructor

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

Methods

GetRows(String)

Returns those rows that exists in only one of the SELECTIONS

Declaration
public override IEnumerable<ArchiveRow> GetRows(string options)
Parameters
Type Name Description
String options
Returns
Type Description
IEnumerable<ArchiveRow>
Overrides
Combinator.GetRows(String)

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