Class
OlapFieldDescriptionsProviderBase

An IFieldDescriptionProvider for Olap data sources.

Definition

Namespace:Telerik.Pivot.Core.Olap

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable", Justification = "Will fix soon.")]
public abstract class OlapFieldDescriptionsProviderBase : FieldDescriptionProviderBase, IFieldDescriptionProvider

Inheritance: objectFieldDescriptionProviderBaseOlapFieldDescriptionsProviderBase

Derived Classes: AdomdFieldDescriptionProviderXmlaFieldDescriptionProvider

Implements: IFieldDescriptionProvider

Inherited Members FieldDescriptionProviderBase.OnDescriptionsDataCompleted(GetDescriptionsDataCompletedEventArgs)FieldDescriptionProviderBase.IsBusyFieldDescriptionProviderBase.GetDescriptionsDataAsyncCompleted

Constructors

OlapFieldDescriptionsProviderBase()

Declaration

cs-api-definition
protected OlapFieldDescriptionsProviderBase()

Properties

Data

Gets the loaded data.

Declaration

cs-api-definition
protected IFieldInfoData Data { get; }

Property Value

IFieldInfoData

The data.

Methods

GetDescriptionsDataAsync(object)

Retrieves information about all available field descriptions. This method does not block the calling thread.

Declaration

cs-api-definition
public override sealed void GetDescriptionsDataAsync(object state)

Parameters

state

object

Overrides FieldDescriptionProviderBase.GetDescriptionsDataAsync(object)