Class OlapFieldDescriptionsProviderBase
An IFieldDescriptionProvider for Olap data sources.
Inherited Members
Namespace: Telerik.Pivot.Core.Olap
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class OlapFieldDescriptionsProviderBase : FieldDescriptionProviderBase, IFieldDescriptionProvider
Constructors
OlapFieldDescriptionsProviderBase()
Declaration
protected OlapFieldDescriptionsProviderBase()
Properties
Data
Gets the loaded data.
Declaration
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
public override sealed void GetDescriptionsDataAsync(object state)
Parameters
System.Object
state
|