ExternalHierarchyLevelTHierarchy, THierarchyMember Class

Base class for external 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 ExternalHierarchyLevel<THierarchy, THierarchyMember> : HierarchyLevel, 
	IHierarchyLevel, IEquatable<IHierarchyLevel>, IUniqueName, IHierarchyMemberContainer
where THierarchy : IHierarchy
where THierarchyMember : IHierarchyMember

Type Parameters

THierarchy
The type of the hierarchy.
THierarchyMember
The type of the hierarchy member.

The ExternalHierarchyLevelTHierarchy, THierarchyMember 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.
Public propertyHierarchyUniqueName Gets the parent hierarchy unique name.
(Overrides HierarchyLevelHierarchyUniqueName)
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 hierarchy unique name.
(Inherited from HierarchyLevel)
Public propertyUnknownMember Gets the unknown member for this level.
Top
Methods
 NameDescription
Public methodEquals(IHierarchyLevel)Indicates whether the current object is equal to another object of the same type.
(Inherited from HierarchyLevel)
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Inherited from HierarchyLevel)
Public methodGetHashCodeServes as the default hash function.
(Inherited from HierarchyLevel)
Public methodGetMember(String) Gets the member by its unique name.
Public methodGetMember(String, MemberRetrievalOptions) Gets the member by its unique name.
Public methodGetMembers Gets all the members for the current instance.
Public methodGetMembers(MemberRetrievalOptions) Gets the members for the current instance.
Public methodGetMembers(MemberRetrievalOptions, ICollectionMemberValue) Gets the members for the current instance.
Public methodGetNextMember Gets the next member.
Public methodGetPreviousMember Gets the previous member.
Top
See Also