AggregatorFactoryConfigurationParams Property

NReco.PivotData Class Library Documentation
Parameters required for initializing concrete IAggregatorFactory.

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

public Object[] Params { get; set; }

Property Value

Type: Object
Remarks

In most cases this is parameters passed to the constructor of specified aggregator factory class.
See Also

Reference