Interface IFieldDescriptionProvider
Handles creation and lookup of IPivotFieldInfo instances.
Namespace: Telerik.Pivot.Core.Fields
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IFieldDescriptionProvider
Properties
IsBusy
Gets whether a GetDescriptionsData request is in progress.
Declaration
bool IsBusy { get; }
Property Value
System.Boolean
|
Methods
GetDescriptionsDataAsync(Object)
Retrieves information about all available field descriptions. This method does not block the calling thread.
Declaration
void GetDescriptionsDataAsync(object state)
Parameters
System.Object
state
|
Events
GetDescriptionsDataAsyncCompleted
Occurs when an asynchronous GetDescriptionsData operation completes.
Declaration
event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted
Event Type
System.EventHandler<GetDescriptionsDataCompletedEventArgs>
|