ClassFieldDescriptionProviderBase
Class
A base class for various implementations of IFieldDescriptionProvider.
Definition
Namespace:Telerik.Pivot.Core.Fields
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public abstract class FieldDescriptionProviderBase : IFieldDescriptionProvider
Inheritance: objectFieldDescriptionProviderBase
Derived Classes:
Implements:
Constructors
FieldDescriptionProviderBase()
Initializes a new instance of the FieldDescriptionProviderBase class.
Declaration
cs-api-definition
protected FieldDescriptionProviderBase()
Properties
Methods
GetDescriptionsDataAsync(object)
Retrieves information about all available field descriptions. This method does not block the calling thread.
Declaration
cs-api-definition
public abstract void GetDescriptionsDataAsync(object state)
Parameters
state
Implements
OnDescriptionsDataCompleted(GetDescriptionsDataCompletedEventArgs)
Raise GetDescriptionsDataAsyncCompleted event.
Declaration
cs-api-definition
protected virtual void OnDescriptionsDataCompleted(GetDescriptionsDataCompletedEventArgs args)
Parameters
args
GetDescriptionsDataCompletedEventArgs
The event args used to invoke the event.
Events
GetDescriptionsDataAsyncCompleted
Occurs when an asynchronous GetDescriptionsData operation completes.
Declaration
cs-api-definition
public event EventHandler<GetDescriptionsDataCompletedEventArgs> GetDescriptionsDataAsyncCompleted
Event Value
Implements