Open this page in the API Guide

HierarchyLevelLink Class

Class that encapsulated a DataCube link to an external IHierarchyLevel.
Inheritance Hierarchy
System.Object
  Dundas.BI.Entities.DataCubes.HierarchyLevelLink

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class HierarchyLevelLink : IEquatable<HierarchyLevelLink>

The HierarchyLevelLink type exposes the following members.

Properties
  NameDescription
Public propertyHierarchyLevel
Gets the hierarchy level.
Public propertyLinkElements
Gets the link elements.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodEquals(HierarchyLevelLink)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
Top
See Also