Show / Hide Table of Contents

Class SimpleCombinator

Implements a simple combinator that just returns the two selections, one after each other. Can be used for debugging to test sorting etc.

Inheritance
Object
Combinator
SimpleCombinator
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 SimpleCombinator : Combinator

Constructors

SimpleCombinator(IArchiveProvider, IArchiveProvider, CombinedSelectionProviderBase)

Constructor

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

Methods

GetRows(String)

Returns those rows from the left selection that does not exist in the right

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