VirtualHierarchyMember Class

Class used to model virtual members used to custom group hierarchy members for the purpose of quick analysis.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataVirtualHierarchyMember

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class VirtualHierarchyMember : IHierarchyMemberContainer, 
	IHierarchyMember, IUniqueName, IDateTimeContainer

The VirtualHierarchyMember type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Gets the member caption.
Public propertyCompatibleUniqueName
Gets the compatible unique name. This property allows grouping together compatible hierarchy members across multiple IAnalysisStructures.
Public propertyHasProperties
Gets a value indicating whether the current instance has any user-defined properties.
Public propertyHierarchy
Gets the parent hierarchy.
Public propertyLevel
Gets the parent level.
Public propertyMemberKey
Gets the member key values.
Public propertyMemberKind
Gets a value indicating the member type.
Public propertyMemberNumber
Gets the member numeric value, when the parent hierarchy is a numeric hierarchy.
Public propertyMemberTime
Gets the member time value, when appropriate. This value is only used for alignment in visualization controls and not for filtering.
Public propertyParentMember
Gets the parent member.
Public propertyParentMemberUniqueName
Gets the parent member unique name.
Public propertyProperties
Gets the child members non-standard properties.
Public propertyUniqueName
Gets the object unique name.
Public propertyUpperMemberNumber
Gets the member upper numeric value, when the parent hierarchy is a numeric 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.
Public methodHasProperty
Gets a value indicating whether the current instance has the specified property populated.
Top
See Also