IHierarchyLevel Interface | 
Namespace: Dundas.BI.Data.Metadata
The IHierarchyLevel type exposes the following members.
| Name | Description | |
|---|---|---|
| Caption | 
            Gets or sets the caption.
              | |
| CompatibleUniqueName | 
            Gets the compatible unique name. This property allows grouping together compatible
            hierarchy levels across multiple IAnalysisStructures.
              | |
| Description | 
            Gets or sets the description.
              | |
| Hierarchy | 
            Gets the parent hierarchy.
              (Inherited from IHierarchyMemberContainer.) | |
| LevelDepth | 
            Gets level number in a hierarchy.
              | |
| LevelType | 
            Gets the type of the level.
              | |
| PredefinedSortCategory | 
            Gets the predefined sorting category for the current instance.
              | |
| PredefinedSortDirection | 
            Gets the predefined sorting direction for the current instance.
              | |
| Properties | 
            Gets the child members non-standard properties.
              | |
| UniqueName | 
            Gets the object unique name.
              (Inherited from IUniqueName.) | |
| UnknownMember | 
            Gets the unknown member for this level.
              | 
| Name | Description | |
|---|---|---|
| GetMember(String) | 
            Gets the member by its unique name.
              | |
| GetMember(String, MemberRetrievalOptions) | 
            Gets the member by its unique name.
              | |
| GetMembers | 
            Gets all the members for the current instance.
              (Inherited from IHierarchyMemberContainer.) | |
| GetMembers(MemberRetrievalOptions) | 
            Gets the members for the current instance.
              (Inherited from IHierarchyMemberContainer.) | |
| GetMembers(MemberRetrievalOptions, ICollectionMemberValue) | 
            Gets the members for the current instance.
              (Inherited from IHierarchyMemberContainer.) | |
| GetNextMember | 
            Gets the next member.
              | |
| GetPreviousMember | 
            Gets the previous member.
              |