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:System.String[]
array of dimensions
aggregator
Type: NReco.PivotData.IAggregatorFactory
aggregator factory
pvtState
Type: NReco.PivotData.PivotDataState
data that should be accessed
See Also

Reference