Interface IConnectionTemplate
Represents a connection template.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.ConnectionTemplates
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
[TableAttribute("CONNECTION_TEMPLATE")]
public interface IConnectionTemplate : IDataProviderType, ICustomAttributes
Properties
DataProviderType
Gets or sets the data provider type.
Declaration
string? DataProviderType { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Gets or sets the description.
Declaration
string? Description { get; }
Property Value
Type | Description |
---|---|
string |
IsHidden
Gets or sets whether the data provider type is hidden.
Declaration
bool IsHidden { get; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name.
Declaration
string? Name { get; }
Property Value
Type | Description |
---|---|
string |