CompositeAggregator Class

NReco.PivotData Class Library Documentation
Implements a composite aggregator that incapsulates list of aggregators.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataCompositeAggregator
    NReco.PivotDataFormulaAggregator

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

public class CompositeAggregator : IAggregator

The CompositeAggregator type exposes the following members.

Constructors

  NameDescription
Public methodCompositeAggregator(IAggregator)
Initializes a new instance of the CompositeAggregator class
Public methodCompositeAggregator(IAggregatorFactory, Object)
Initializes a new instance of the CompositeAggregator class
Top
Properties

  NameDescription
Public propertyAggregators
Public propertyCount
Public propertyValue
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetState
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMerge
Public methodPush
Public methodToString (Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodAsComposite
Returns the IAggregator as CompositeAggregator instance.
(Defined by AggregatorExtensions.)
Top
See Also

Reference