Interface IDimension
Represents a dimension.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDimension : ISortableInfoObject, IPositionableInfoObject<IDimension>, IComparable<IDimension>, IFilterableInfoObject, IInfoObject
Properties
Attribute
Gets or sets the caption attribute.
Declaration
IDimensionAttribute? Attribute { get; set; }
Property Value
Type | Description |
---|---|
IDimensionAttribute |
Attributes
Gets the attributes
Declaration
IDimensionAttributes Attributes { get; }
Property Value
Type | Description |
---|---|
IDimensionAttributes |
Axis
Gets or sets the axis.
Declaration
DimensionAxis Axis { get; set; }
Property Value
Type | Description |
---|---|
DimensionAxis |
DateInputFormat
Gets or sets the date input format.
Declaration
string? DateInputFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
DateOutputFormat
Gets or sets the date output format.
Declaration
string? DateOutputFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
Hierarchies
Gets the hierarchies.
Declaration
IList<IDimensionHierarchy> Hierarchies { get; }
Property Value
Type | Description |
---|---|
IList<IDimensionHierarchy> |
Hierarchy
Gets or sets the active hierarchy.
Declaration
IDimensionHierarchy? Hierarchy { get; set; }
Property Value
Type | Description |
---|---|
IDimensionHierarchy |
IsKeyFigureDimension
Gets or sets whether the dimension contains key figures.
Declaration
bool IsKeyFigureDimension { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsStructure
Gets or sets whether the dimension is a structure.
Declaration
bool IsStructure { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsTechnical
Gets or sets whether the dimension is technical.
Declaration
bool IsTechnical { get; set; }
Property Value
Type | Description |
---|---|
bool |
SortType
Gets or sets the sort type.
Declaration
DimensionSortType SortType { get; set; }
Property Value
Type | Description |
---|---|
DimensionSortType |
SumState
Gets or sets the sum state.
Declaration
DimensionSumState SumState { get; set; }
Property Value
Type | Description |
---|---|
DimensionSumState |