Class ArchiveRowComparer
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public class ArchiveRowComparer : TypedArchiveRowComparer<ArchiveRow>, IComparer<ArchiveRow>
Constructors
ArchiveRowComparer(ArchiveOrderByInfo[])
Declaration
public ArchiveRowComparer(params ArchiveOrderByInfo[] orderByInfo)
Parameters
Type | Name | Description |
---|---|---|
ArchiveOrderByInfo[] | orderByInfo |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)