Interface IFilter
Represents a filter value.
Namespace: BiExcellence.OpenBi.Api.Commands
Assembly: BiExcellence.OpenBi.Api.dll
Syntax
public interface IFilter
Properties
High
Gets or sets the filter high value.
Declaration
string? High { get; set; }
Property Value
Type | Description |
---|---|
string |
HighTxt
Gets or sets the filter high text.
Declaration
string? HighTxt { get; set; }
Property Value
Type | Description |
---|---|
string |
Low
Gets or sets the filter low value.
Declaration
string Low { get; set; }
Property Value
Type | Description |
---|---|
string |
LowTxt
Gets or sets the filter low text.
Declaration
string? LowTxt { get; set; }
Property Value
Type | Description |
---|---|
string |
Opt
Gets or sets the filter operator.
Declaration
FilterOperator Opt { get; set; }
Property Value
Type | Description |
---|---|
FilterOperator |
Sign
Gets or sets the filter sign.
Declaration
FilterSign Sign { get; set; }
Property Value
Type | Description |
---|---|
FilterSign |