AggregatorFactoryConfiguration Class

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

System.Object
  NReco.PivotData.AggregatorFactoryConfiguration

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 Object.Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides Object.GetHashCode().)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference