Class DataProvider
Represents a data provider.
Inheritance
DataProvider
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public class DataProvider : IDataProvider
Properties
CatalogName
Gets or sets the catalog name.
Declaration
public string? CatalogName { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentType
Gets or sets the content type.
Declaration
public int ContentType { get; set; }
Property Value
Type | Description |
---|---|
int |
CubeName
Gets or sets the cube name.
Declaration
public string? CubeName { get; set; }
Property Value
Type | Description |
---|---|
string |
CubeType
Gets or sets the cube type.
Declaration
public DataProviderCubeType CubeType { get; set; }
Property Value
Type | Description |
---|---|
DataProviderCubeType |
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
NodeKey
Gets or sets the node key.
Declaration
public string? NodeKey { get; set; }
Property Value
Type | Description |
---|---|
string |
RelateKey
Gets or sets the relate key.
Declaration
public string? RelateKey { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceCube
Gets or sets the source cube.
Declaration
public string? SourceCube { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceQuery
Gets or sets the source query.
Declaration
public string? SourceQuery { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceTemplate
Gets or sets the source template.
Declaration
public string? SourceTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Returns the Description.
Declaration
public override string? ToString()
Returns
Type | Description |
---|---|
string |