An IFieldDescriptionProvider for a generic ItemsSource.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public class LocalDataSourceFieldDescriptionsProvider : LocalFieldDescriptionsProviderBase, IFieldDescriptionProvider
Inheritance: objectFieldDescriptionProviderBaseLocalFieldDescriptionsProviderBaseLocalDataSourceFieldDescriptionsProvider
Implements:
Inherited Members
Constructors
Initializes a new instance of the LocalDataSourceFieldDescriptionsProvider class.
C#
public LocalDataSourceFieldDescriptionsProvider()
Methods
Retrieves the DescriptionsData for data source.
C#
protected override IFieldInfoData GenerateDescriptionsData()
DescriptionsData instance.
Overrides:
Gets the IPivotFieldInfo for the itemsSource.
C#
protected virtual IEnumerable<IPivotFieldInfo> GetDescriptions(IFieldInfoExtractor getter)
IEnumerable<IPivotFieldInfo>
The IEnumerable<T> with all IPivotFieldInfos for this provider.
Retrieves information about all available field descriptions. This method does not block the calling thread.
Events
C#
public event EventHandler<ContainerNodeEventArgs> AddingContainerNode