FixedPivotData Constructor

NReco.PivotData Class Library Documentation
Initializes a new instance of the FixedPivotData with specified configuration and data from PivotDataState.

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

public FixedPivotData(
	string[] dimensions,
	IAggregatorFactory aggregator,
	PivotDataState pvtState
)

Parameters

dimensions
Type: SystemString
array of dimensions
aggregator
Type: NReco.PivotDataIAggregatorFactory
aggregator factory
pvtState
Type: NReco.PivotDataPivotDataState
data that should be accessed
See Also

Reference