Custom handler that resolves aggregator label for matching filter hints.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
public Func<int, IAggregatorFactory, string> ResolveAggregatorLabel { get; set; }Public Property ResolveAggregatorLabel As Func(Of Integer, IAggregatorFactory, String)
Get
Set
public:
property Func<int, IAggregatorFactory^, String^>^ ResolveAggregatorLabel {
Func<int, IAggregatorFactory^, String^>^ get ();
void set (Func<int, IAggregatorFactory^, String^>^ value);
}member ResolveAggregatorLabel : Func<int, IAggregatorFactory, string> with get, set
Property Value
Type:
FuncInt32,
IAggregatorFactory,
String
Reference