Class AdomdDataProvider
Provides Cube data access and operations using Adomd.
Inherited Members
Namespace: Telerik.Pivot.Adomd
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public sealed class AdomdDataProvider : OlapDataProvider, IDataProvider, INotifyPropertyChanged, ISupportInitialize
Constructors
AdomdDataProvider()
Properties
AggregateDescriptions
A list of Adomd
Declaration
public Collection<AdomdAggregateDescription> AggregateDescriptions { get; }
Property Value
System.
|
ColumnGroupDescriptions
A list of Adomd
Declaration
public Collection<AdomdGroupDescription> ColumnGroupDescriptions { get; }
Property Value
System.
|
ConnectionSettings
Gets or sets the connection settings that are used for establishing connection to the data server.
Declaration
public AdomdConnectionSettings ConnectionSettings { get; set; }
Property Value
Adomd The connection settings. |
FilterDescriptions
A list of Filter
Declaration
public Collection<AdomdFilterDescription> FilterDescriptions { get; }
Property Value
System.
|
Results
Declaration
protected override IPivotResults Results { get; }
Property Value
Overrides
RowGroupDescriptions
A list of Adomd
Declaration
public Collection<AdomdGroupDescription> RowGroupDescriptions { get; }
Property Value
System.
|
State
Gets the state object that is provided to Get
Declaration
public override object State { get; }
Property Value
System. The object that will be passed to Get |
Overrides
Methods
BlockUntilRefreshCompletes()
Block the calling thread until all calculations performed by calling Refresh() method completes.
Declaration
public override void BlockUntilRefreshCompletes()
Overrides
CreateFieldDescriptionsProvider()
Creates an instance of IField
Declaration
protected override IFieldDescriptionProvider CreateFieldDescriptionsProvider()
Returns
Overrides
GetAggregateDescriptionForFieldDescriptionCore(IPivotFieldInfo)
Creates and returns an aggregate description suitable for the supplied field description.
Declaration
protected override IAggregateDescription GetAggregateDescriptionForFieldDescriptionCore(IPivotFieldInfo description)
Parameters
IPivot A IPivot |
Returns
IAggregate An IAggregate |
Overrides
GetFilterDescriptionForFieldDescriptionCore(IPivotFieldInfo)
Returns a filter description suitable for the supplied field description.
Declaration
protected override FilterDescription GetFilterDescriptionForFieldDescriptionCore(IPivotFieldInfo description)
Parameters
IPivot A IPivot |
Returns
Filter An Filter |
Overrides
GetGroupDescriptionForFieldDescriptionCore(IPivotFieldInfo)
Creates and returns a group description suitable for the supplied field description.
Declaration
protected override IGroupDescription GetGroupDescriptionForFieldDescriptionCore(IPivotFieldInfo description)
Parameters
IPivot A IPivot |
Returns
IGroup An IGroup |