Class LocalFieldDescriptionsProviderBase
A base class for various FieldInfo classes presenting local sources. An implementation of IField
Inherited Members
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public abstract class LocalFieldDescriptionsProviderBase : FieldDescriptionProviderBase, IFieldDescriptionProvider
Constructors
LocalFieldDescriptionsProviderBase()
Declaration
protected LocalFieldDescriptionsProviderBase()
Properties
CurrentState
Gets the object which FieldDescriptions are generated.
Declaration
public object CurrentState { get; protected set; }
Property Value
System.
|
EnableHierarchy
Gets or sets a boolean value indicating whether field descriptions will be generated for nested properties of the objects.
Declaration
public bool EnableHierarchy { get; set; }
Property Value
System.
|
Methods
GenerateDescriptionsData()
Retrieves the DescriptionsData for data source.
Declaration
protected abstract IFieldInfoData GenerateDescriptionsData()
Returns
IField DescriptionsData instance. |
GetDescriptionsDataAsync(Object)
Retrieves information about all available field descriptions. This method does not block the calling thread.
Declaration
public override void GetDescriptionsDataAsync(object state)
Parameters
System.
|
Overrides
GetFieldDescriptionHierarchy(IEnumerable<IPivotFieldInfo>)
Gets the field description hierarchy.
Declaration
protected virtual ContainerNode GetFieldDescriptionHierarchy(IEnumerable<IPivotFieldInfo> fieldInfos)
Parameters
System. Collection of IPivot |
Returns
OnDescriptionsDataCompleted(GetDescriptionsDataCompletedEventArgs)
Raise GetDescriptionsDataAsyncCompleted event.
Declaration
protected override void OnDescriptionsDataCompleted(GetDescriptionsDataCompletedEventArgs args)
Parameters
Get The event args used to invoke the event. |