Class MasterDataHierarchyTextNode
Represents a master data hierarchy text node.
Inheritance
MasterDataHierarchyTextNode
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.MasterData
Assembly: BiExcellence.OpenBi.Api.MasterData.dll
Syntax
public class MasterDataHierarchyTextNode : IMasterDataHierarchyTextNode, IMasterDataHierarchyNode
Constructors
MasterDataHierarchyTextNode(string)
Initializes a new instance of the MasterDataHierarchyTextNode class with a new id.
Declaration
public MasterDataHierarchyTextNode(string caption)
Parameters
Type | Name | Description |
---|---|---|
string | caption | The caption. |
Properties
Caption
Gets or sets the caption.
Declaration
public string? Caption { get; 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 |