Interface IConnectionTemplateParameter
Represents a connection template parameter.
Namespace: BiExcellence.OpenBi.Api.Commands.ConnectionTemplates
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IConnectionTemplateParameter
Properties
IsSupplied
Gets or sets whether the parameter is supplied.
Declaration
bool IsSupplied { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the type.
Declaration
ConnectionTemplateParameterType Type { get; set; }
Property Value
Type | Description |
---|---|
ConnectionTemplateParameterType |
Value
Gets or sets the value.
Declaration
string? Value { get; set; }
Property Value
Type | Description |
---|---|
string |