Interface ITuple
Represents a grid cell tuple.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface ITuple
Properties
Caption
Gets the caption.
Declaration
string Caption { get; }
Property Value
Type | Description |
---|---|
string |
ChavlExt
Gets the chavl ext.
Declaration
string? ChavlExt { get; }
Property Value
Type | Description |
---|---|
string |
DrillState
Gets the drill state.
Declaration
DrillStateValue DrillState { get; }
Property Value
Type | Description |
---|---|
DrillStateValue |
IsEmphasized
Gets whether the tuple is emphasized.
Declaration
bool IsEmphasized { get; }
Property Value
Type | Description |
---|---|
bool |
Niobjnm
Gets the niobjnm.
Declaration
string? Niobjnm { get; }
Property Value
Type | Description |
---|---|
string |