Interface IFieldInfoExtractor
A IPivotFieldInfos provider.
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IFieldInfoExtractor
Methods
GetDescriptions()
Gets the IPivotFieldInfos.
Declaration
IEnumerable<IPivotFieldInfo> GetDescriptions()
Returns
System.Collections.Generic.IEnumerable<IPivotFieldInfo>
The IPivotFieldInfos. |