Class UnionCombinator
Implements the combination that performs a union on the two archive providers.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 |
---|---|---|
System.String | options |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ArchiveRow> |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)