Interface IKeyFigure
Represents a key figure.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IKeyFigure : ISortableInfoObject, IPositionableInfoObject<IKeyFigure>, IComparable<IKeyFigure>, IFilterableInfoObject, IInfoObject
Properties
Aggregation
Gets or sets the aggregation.
Declaration
KeyFigureAggregation Aggregation { get; set; }
Property Value
Type | Description |
---|---|
KeyFigureAggregation |
AlertLevels
Gets the alert levels.
Declaration
IList<IAlertLevel> AlertLevels { get; }
Property Value
Type | Description |
---|---|
IList<IAlertLevel> |
CalculationTime
Gets or sets the calulcation time.
Declaration
KeyFigureCalculationTime CalculationTime { get; set; }
Property Value
Type | Description |
---|---|
KeyFigureCalculationTime |
Decimals
Gets or sets the decimals.
Declaration
int Decimals { get; set; }
Property Value
Type | Description |
---|---|
int |
Formula
Gets or sets the formula.
Declaration
string? Formula { get; set; }
Property Value
Type | Description |
---|---|
string |
IsHidden
Gets or sets whether the key figure is hidden.
Declaration
bool IsHidden { get; set; }
Property Value
Type | Description |
---|---|
bool |
Prefix
Gets or sets the prefix.
Declaration
string? Prefix { get; set; }
Property Value
Type | Description |
---|---|
string |
Scaling
Gets or sets the scaling.
Declaration
int Scaling { get; set; }
Property Value
Type | Description |
---|---|
int |
SortTuples
Gets the sort tuples.
Declaration
IList<ISortTuple> SortTuples { get; }
Property Value
Type | Description |
---|---|
IList<ISortTuple> |
Suffix
Gets or sets the suffix.
Declaration
string? Suffix { get; set; }
Property Value
Type | Description |
---|---|
string |