AggregatorFactoryConfiguration Class

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

SystemObject
  NReco.PivotDataAggregatorFactoryConfiguration

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

[SerializableAttribute]
public class AggregatorFactoryConfiguration

The AggregatorFactoryConfiguration type exposes the following members.

Constructors

  NameDescription
Public methodAggregatorFactoryConfiguration
Initializes a new instance of the AggregatorFactoryConfiguration class
Public methodAggregatorFactoryConfiguration(String, Object)
Initializes a new instance of the AggregatorFactoryConfiguration class
Top
Properties

  NameDescription
Public propertyName
Name of the aggregator registered with PivotDataFactory.
Public propertyParams
Parameters required for initializing concrete IAggregatorFactory.
Top
Methods

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

Reference