Interface IDataProvider
Represents a data provider.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDataProvider
Properties
CatalogName
Gets the catalog name.
Declaration
string CatalogName { get; }
Property Value
Type | Description |
---|---|
string |
ContentType
Gets the content type.
Declaration
int ContentType { get; }
Property Value
Type | Description |
---|---|
int |
CubeName
Gets the cube name.
Declaration
string CubeName { get; }
Property Value
Type | Description |
---|---|
string |
CubeType
Gets the cube type.
Declaration
DataProviderCubeType CubeType { get; }
Property Value
Type | Description |
---|---|
DataProviderCubeType |
Description
Gets the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
NodeKey
Gets the node key.
Declaration
string NodeKey { get; }
Property Value
Type | Description |
---|---|
string |
RelateKey
Gets the relate key. (NodeKey of parent.)
Declaration
string RelateKey { get; }
Property Value
Type | Description |
---|---|
string |
SourceCube
Gets the source cube.
Declaration
string SourceCube { get; }
Property Value
Type | Description |
---|---|
string |
SourceQuery
Gets the source query.
Declaration
string SourceQuery { get; }
Property Value
Type | Description |
---|---|
string |
SourceTemplate
Gets the source template.
Declaration
string SourceTemplate { get; }
Property Value
Type | Description |
---|---|
string |