Interface IHierarchyF4Value
Represents a hierarchy f4value.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IHierarchyF4Value : IF4Value
Properties
IsFolder
Gets whether the f4value is a folder.
Declaration
bool IsFolder { get; }
Property Value
Type | Description |
---|---|
bool |
Niobjnm
Gets the niobjnm.
Declaration
string? Niobjnm { get; }
Property Value
Type | Description |
---|---|
string |
NodeKey
Gets the node key.
Declaration
string NodeKey { get; }
Property Value
Type | Description |
---|---|
string |