Interface IInfoObject
Represents an info object.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IInfoObject
Properties
DataType
Gets or sets the data type.
Declaration
InfoObjectDataType DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| InfoObjectDataType |
Name
Gets or sets the name.
Declaration
string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |