Represents configuration used for constructing IAggregatorFactory instance by PivotDataFactory.
Inheritance Hierarchy
NReco.PivotDataAggregatorFactoryConfiguration
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The AggregatorFactoryConfiguration type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AggregatorFactoryConfiguration | Initializes a new instance of the AggregatorFactoryConfiguration class | |
| AggregatorFactoryConfiguration(String, Object) | Initializes a new instance of the AggregatorFactoryConfiguration class |
Properties
| Name | Description | |
|---|---|---|
| Name |
Name of the aggregator registered with PivotDataFactory.
| |
| Params |
Parameters required for initializing concrete IAggregatorFactory.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also