PivotData Constructor (String[], IAggregatorFactory, IEnumerable, Func<Object, String, Object>, Boolean)

NReco.PivotData Class Library Documentation
Initializes new instance of PivotData with specified dimensions configuration and calculates values for specified data

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

public PivotData(
	string[] dimensions,
	IAggregatorFactory aggregator,
	IEnumerable data,
	Func<Object, string, Object> getValue,
	bool lazyTotals
)

Parameters

dimensions
Type:System.String[]
dimensions configuration (array of dimension fields)
aggregator
Type: NReco.PivotData.IAggregatorFactory
measure aggregators factory
data
Type: System.Collections.IEnumerable
data enumeration
getValue
Type: System.Func<Object, String, Object>
record field value accessor delegate
lazyTotals
Type: System.Boolean
if true totals are calculated on-the-fly when accessed for the first time
See Also

Reference