Skip to content

ERPConnect.BW.HierarchyLevel

Namespace: ERPConnect.BW
Assembly: ERPConnectStandard20.dll

This class represents a SAP BW Hierarchy Level

public class HierarchyLevel

Inheritance

objectHierarchyLevel

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

HierarchyLevel()

Constructs a new, empty BW Hierarchy

public HierarchyLevel()

HierarchyLevel(Hierarchy, string, string, string)

Constructs a new BW Hierarchy Level

public HierarchyLevel(Hierarchy Hierarchy, string Name, string UniqueName, string Caption)

Parameters

Hierarchy Hierarchy

Reference of the Hierarchy this level belongs to

Name string

Name of the hierarchy

UniqueName string

Unique name of the hierarchy

Caption string

A brief description text

Properties

Caption

A brief description text

public string Caption { get; set; }

Property Value

string

Hierarchy

Reference of the cube this hierarchy belongs to

public Hierarchy Hierarchy { get; set; }

Property Value

Hierarchy

Name

Name of the hierarchy

public string Name { get; set; }

Property Value

string

UniqueName

Unique name of the hierarchy

public string UniqueName { get; set; }

Property Value

string