HierarchyLevelLink Class

Class that encapsulated a DataCube link to an external IHierarchyLevel.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.DataCubesHierarchyLevelLink

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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(HierarchyLevelLink)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Top
See Also