IHierarchyMemberContainer Interface

Interface for a hierarchy level or member.

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 interface IHierarchyMemberContainer

The IHierarchyMemberContainer type exposes the following members.

Properties
 NameDescription
Public propertyHierarchy Gets the parent hierarchy.
Top
Methods
 NameDescription
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.
Top
See Also