Interface IMasterDataHierarchy
Represents a master data hierarchy.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.MasterData
Assembly: BiExcellence.OpenBi.Api.MasterData.dll
Syntax
public interface IMasterDataHierarchy : IDimensionHierarchy
Properties
Nodes
Gets the master data hierarchy nodes.
Declaration
IList<IMasterDataHierarchyNode> Nodes { get; }
Property Value
| Type | Description |
|---|---|
| IList<IMasterDataHierarchyNode> |