Inheritance Hierarchy
NReco.PivotDataPivotTableFactory
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotTableFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotTableFactory | Initializes a new instance of the PivotTableFactory class |
Methods
Name | Description | |
---|---|---|
Create | ||
CreatePivotTableInstance | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDimensionComparer |
Resolves comparer for the keys of the specified dimension.
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RegisterDimensionComparer |
Register custom comparer for the keys of specified dimension.
| |
Slice |
Slices data cube according to the pivot table configuration (dimensions/measures).
| |
ToString | (Inherited from Object.) |
See Also