Show / Hide Table of Contents

Class UnionCombinator

Implements the combination that performs a union on the two archive providers.

Inheritance
Object
Combinator
UnionCombinator
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
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.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

GetRows(String)

Returns the combination of the two lists

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