Class ArchiveResultInformation
Container for additional results from an archive provider
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public class ArchiveResultInformation
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 |
---|---|
int |
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).