FormulaAggregator Class

NReco.PivotData Class Library Documentation
Implements a formula aggregator calculated from other 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 FormulaAggregator : CompositeAggregator

The FormulaAggregator type exposes the following members.

Constructors

  NameDescription
Public methodFormulaAggregator(FuncIAggregator, Object, IAggregator)
Initializes a new instance of the FormulaAggregator class
Public methodFormulaAggregator(FuncIAggregator, Object, IAggregatorFactory, Object)
Initializes a new instance of the FormulaAggregator class
Top
Properties

  NameDescription
Public propertyAggregators (Inherited from CompositeAggregator.)
Public propertyCount (Inherited from CompositeAggregator.)
Public propertyValue (Overrides CompositeAggregatorValue.)
Top
Methods

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

Reference