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 (26.2.0.1000)
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(IHierarchyLevel)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