Interface IDrillState
Represents a drill state.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDrillState
Properties
Chavl
Gets or sets the chavl.
Declaration
string? Chavl { get; set; }
Property Value
Type | Description |
---|---|
string |
Hienm
Gets or sets the hienm.
Declaration
string? Hienm { get; set; }
Property Value
Type | Description |
---|---|
string |
Iobjnm
Gets or sets the iobjnm.
Declaration
string? Iobjnm { get; set; }
Property Value
Type | Description |
---|---|
string |
Niobjnm
Gets or sets the niobjnm.
Declaration
string? Niobjnm { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Gets or sets the state.
Declaration
DrillStateValue State { get; set; }
Property Value
Type | Description |
---|---|
DrillStateValue |