Interface IDataProviderType
Represents a data provider type.
Namespace: BiExcellence.OpenBi.Api.Commands.ConnectionTemplates
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDataProviderType
Properties
DataProviderType
Gets the data provider type.
Declaration
string DataProviderType { get; }
Property Value
Type | Description |
---|---|
string |
Description
Gets the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
IsHidden
Gets whether the data provider type is hidden.
Declaration
bool IsHidden { get; }
Property Value
Type | Description |
---|---|
bool |
Parameters
Gets the connection template parameters.
Declaration
IList<IConnectionTemplateParameter> Parameters { get; }
Property Value
Type | Description |
---|---|
IList<IConnectionTemplateParameter> |