Skip to content

ERPConnect.BW.Hierarchy

Namespace: ERPConnect.BW
Assembly: ERPConnectStandard20.dll

This class represents a SAP BW Hierarchy

public class Hierarchy

Inheritance

objectHierarchy

Inherited Members

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

Constructors

Hierarchy()

Constructs a new, empty BW Hierarchy

public Hierarchy()

Hierarchy(Dimension, string, string, string)

Constructs a new BW Hierarchy

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

Parameters

Dimension Dimension

Reference of the Dimension this hierarchy 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

Dimension

Reference of the cube this hierarchy belongs to

public Dimension Dimension { get; set; }

Property Value

Dimension

Levels

A collection of levels

public HierarchyLevelCollection Levels { get; set; }

Property Value

HierarchyLevelCollection

Name

Name of the hierarchy

public string Name { get; set; }

Property Value

string

SelectForFlatMDX

Defines if this hierarchy is contained in the flat mdx functionality

public bool SelectForFlatMDX { get; set; }

Property Value

bool

UniqueName

Unique name of the hierarchy

public string UniqueName { get; set; }

Property Value

string