Show / Hide Table of Contents

Class AggregationLevel

Definition and instance data for one GroupBy level

Inheritance
object
AggregationLevel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.ArchiveLists.Aggregation
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class AggregationLevel

Fields

FooterRowType

Definition and instance data for one GroupBy level

Declaration
public const string FooterRowType = "footer"
Field Value
Type Description
string

GrandTotalRowType

Definition and instance data for one GroupBy level

Declaration
public const string GrandTotalRowType = "grandtotal"
Field Value
Type Description
string

HeaderRowType

Definition and instance data for one GroupBy level

Declaration
public const string HeaderRowType = "header"
Field Value
Type Description
string

HideDetailModifier

Definition and instance data for one GroupBy level

Declaration
public const string HideDetailModifier = "HideDetail"
Field Value
Type Description
string

ShowFooterModifier

Definition and instance data for one GroupBy level

Declaration
public const string ShowFooterModifier = "Footer"
Field Value
Type Description
string

ShowHeaderModifier

Definition and instance data for one GroupBy level

Declaration
public const string ShowHeaderModifier = "Header"
Field Value
Type Description
string

Methods

ToString()

ToString method for debugging

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top