Class MasterDataHierarchy
Represents a master data hierarchy.
Inheritance
MasterDataHierarchy
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.MasterData
Assembly: BiExcellence.OpenBi.Api.MasterData.dll
Syntax
public class MasterDataHierarchy : IMasterDataHierarchy, IDimensionHierarchy
Constructors
MasterDataHierarchy()
Initializes a new instance of the MasterDataHierarchy class with a new id.
Declaration
public MasterDataHierarchy()
MasterDataHierarchy(string)
Initializes a new instance of the MasterDataHierarchy class.
Declaration
public MasterDataHierarchy(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
Properties
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Nodes
Gets the master data hierarchy nodes.
Declaration
public IList<IMasterDataHierarchyNode> Nodes { get; }
Property Value
Type | Description |
---|---|
IList<IMasterDataHierarchyNode> |