HierarchyLevel Class

Base class for a hierarchy level.
Inheritance Hierarchy

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract class HierarchyLevel : IUniqueName, 
	IEquatable<IHierarchyLevel>

The HierarchyLevel type exposes the following members.

Properties
  NameDescription
Public propertyHierarchyUniqueName
Gets the parent hierarchy unique name.
Public propertyUniqueName
Gets the hierarchy unique name.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(IHierarchyLevel)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also