Class DrillState
Represents a drill state.
Inheritance
DrillState
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public class DrillState : IDrillState
Constructors
DrillState(IDrillState)
Copy constructor.
Declaration
public DrillState(IDrillState drillState)
Parameters
Type | Name | Description |
---|---|---|
IDrillState | drillState | The drill state. |
DrillState(string, string, string?, DrillStateValue)
Initializes a new instance of the DrillState class.
Declaration
public DrillState(string iobjnm, string chavl, string? hienm, DrillStateValue state)
Parameters
Type | Name | Description |
---|---|---|
string | iobjnm | The iobjnm. |
string | chavl | The chavl. |
string | hienm | The hienm. |
DrillStateValue | state | The state. |
Properties
Chavl
Gets or sets the chavl.
Declaration
public string? Chavl { get; set; }
Property Value
Type | Description |
---|---|
string |
Hienm
Gets or sets the hienm.
Declaration
public string? Hienm { get; set; }
Property Value
Type | Description |
---|---|
string |
Iobjnm
Gets or sets the iobjnm.
Declaration
public string? Iobjnm { get; set; }
Property Value
Type | Description |
---|---|
string |
Niobjnm
Gets or sets the niobjnm.
Declaration
public string? Niobjnm { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Gets or sets the state.
Declaration
public DrillStateValue State { get; set; }
Property Value
Type | Description |
---|---|
DrillStateValue |