Class
FieldDescriptionProviderBase

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: LocalFieldDescriptionsProviderBaseOlapFieldDescriptionsProviderBase

Implements: IFieldDescriptionProvider

Constructors

FieldDescriptionProviderBase()

Initializes a new instance of the FieldDescriptionProviderBase class.

Declaration

cs-api-definition
protected FieldDescriptionProviderBase()

Properties

IsBusy

Gets whether a GetDescriptionsData request is in progress.

Declaration

cs-api-definition
public bool IsBusy { get; protected set; }

Property Value

bool

Implements IFieldDescriptionProvider.IsBusy

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

object

Implements IFieldDescriptionProvider.GetDescriptionsDataAsync(object)

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

EventHandler<GetDescriptionsDataCompletedEventArgs>

Implements IFieldDescriptionProvider.GetDescriptionsDataAsyncCompleted