Class MasterDataHierarchyMemberNode
Represents a master data hierarchy member node..
Inheritance
MasterDataHierarchyMemberNode
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.MasterData
Assembly: BiExcellence.OpenBi.Api.MasterData.dll
Syntax
public class MasterDataHierarchyMemberNode : IMasterDataHierarchyMemberNode, IMasterDataHierarchyNode
Constructors
MasterDataHierarchyMemberNode(string)
Initializes a new instance of the MasterDataHierarchyMemberNode class with a new id.
Declaration
public MasterDataHierarchyMemberNode(string chavl)
Parameters
Type | Name | Description |
---|---|---|
string | chavl | The chavl. |
Properties
Chavl
Gets the chavl.
Declaration
public string Chavl { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Parent
Gets or sets the parent node id.
Declaration
public string? Parent { get; set; }
Property Value
Type | Description |
---|---|
string |