ClassOlapFieldDescriptionsProviderBase
Class
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:
Implements:
Inherited Members
Constructors
OlapFieldDescriptionsProviderBase()
Declaration
cs-api-definition
protected OlapFieldDescriptionsProviderBase()
Properties
Data
Gets the loaded data.
Declaration
cs-api-definition
protected IFieldInfoData Data { get; }
Property Value
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
Overrides