Factory component that creates PivotData instance by PivotDataConfiguration.
Inheritance Hierarchy
NReco.PivotDataPivotDataFactory
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotDataFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotDataFactory | Initializes a new instance of the PivotDataFactory class |
Methods
Name | Description | |
---|---|---|
Create |
Creates a new PivotData instance by specified PivotDataConfiguration.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetConfiguration |
Returns PivotDataConfiguration by specified PivotData instance.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RegisterAggregator |
Register new aggregator that can be recognized by PivotDataFactory.
| |
ToString | (Inherited from Object.) |
Remarks
See Also