Interface IDataProviderDefinition
Represents the data provider definition.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDataProviderDefinition
Properties
Dimensions
Gets the dimensions.
Declaration
IDimensions Dimensions { get; }
Property Value
| Type | Description |
|---|---|
| IDimensions |
DrillStates
Gets the drillstates.
Declaration
IDrillStates DrillStates { get; }
Property Value
| Type | Description |
|---|---|
| IDrillStates |
KeyFigures
Gets the key figures.
Declaration
IKeyFigures KeyFigures { get; }
Property Value
| Type | Description |
|---|---|
| IKeyFigures |
Variables
Gets the variables.
Declaration
IVariables Variables { get; }
Property Value
| Type | Description |
|---|---|
| IVariables |
VisualMode
Gets or sets the visual mode.
Declaration
DataVisualType VisualMode { get; set; }
Property Value
| Type | Description |
|---|---|
| DataVisualType |