IHierarchyLevel Interface

Interface for a hierarchy level.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IHierarchyLevel : IEquatable<IHierarchyLevel>, 
	IUniqueName, IHierarchyMemberContainer

The IHierarchyLevel type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertyCompatibleUniqueName
Gets the compatible unique name. This property allows grouping together compatible hierarchy levels across multiple IAnalysisStructures.
Public propertyDescription
Gets or sets the description.
Public propertyHierarchy
Gets the parent hierarchy.
(Inherited from IHierarchyMemberContainer.)
Public propertyLevelDepth
Gets level number in a hierarchy.
Public propertyLevelType
Gets the type of the level.
Public propertyPredefinedSortCategory
Gets the predefined sorting category for the current instance.
Public propertyPredefinedSortDirection
Gets the predefined sorting direction for the current instance.
Public propertyProperties
Gets the child members non-standard properties.
Public propertyUniqueName
Gets the object unique name.
(Inherited from IUniqueName.)
Public propertyUnknownMember
Gets the unknown member for this level.
Top
Methods
See Also