Interface IVariable
Represents a variable.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IVariable : IFilterableInfoObject, IInfoObject
Properties
DefaultFilters
Gets or sets the default filters.
Declaration
IList<IFilter> DefaultFilters { get; }
Property Value
Type | Description |
---|---|
IList<IFilter> |
Entrytp
Gets or sets the entry type.
Declaration
VariableEntryType Entrytp { get; set; }
Property Value
Type | Description |
---|---|
VariableEntryType |
InputReady
Gets or sets whether the variable is ready for input. If false
don't show to user.
Declaration
bool InputReady { get; set; }
Property Value
Type | Description |
---|---|
bool |
Iobjnm
Gets or sets the iobjnm.
Declaration
string? Iobjnm { get; set; }
Property Value
Type | Description |
---|---|
string |
Selection
Gets or sets the selection.
Declaration
VariableSelection Selection { get; set; }
Property Value
Type | Description |
---|---|
VariableSelection |
Vartyp
Gets or sets the var type.
Declaration
VariableType Vartyp { get; set; }
Property Value
Type | Description |
---|---|
VariableType |