Show / Hide Table of Contents

Class ArchiveResultInformation

Container for additional results from an archive provider

Inheritance
Object
ArchiveResultInformation
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public class ArchiveResultInformation

Constructors

ArchiveResultInformation()

Declaration
public ArchiveResultInformation()

Properties

RowCount

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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top