PivotDataConfiguration Class

NReco.PivotData Class Library Documentation
Represents configuration used for constructing PivotData by PivotDataFactory.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataPivotDataConfiguration

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

[SerializableAttribute]
public class PivotDataConfiguration

The PivotDataConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodPivotDataConfiguration
Initializes a new instance of the PivotDataConfiguration class
Top
Properties

  NameDescription
Public propertyAggregators
List of aggregators configurations
Public propertyDimensions
List of dimensions (dimension usually defined as field name from input data source)
Public propertyLazyTotals
Lazy totals option (see LazyTotals for details). Default value is True.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference