Class ArchiveResultInformation
Container for additional results from an archive provider
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public class ArchiveResultInformation : Object
Constructors
ArchiveResultInformation()
Container for additional results from an archive provider
Declaration
public ArchiveResultInformation()
Properties
RowCount
Container for additional results from an archive provider
Declaration
public int RowCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
CombineWith(ArchiveResultInformation)
Combine the contents of this instance, with another instance
Declaration
public void CombineWith(ArchiveResultInformation theOtherOne)
Parameters
Type | Name | Description |
---|---|---|
ArchiveResultInformation | theOtherOne |
Remarks
The combination takes into account initialized and un-initialized values, so that we get a proper combination (sum, in case of row count).
Extension Methods
EnumUtil.MapEnums<From, To>(From)