VirtualHierarchyMember Class |
Class used to model virtual members used to custom group hierarchy members for the purpose of quick analysis.
Inheritance Hierarchy Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic class VirtualHierarchyMember : IHierarchyMemberContainer,
IHierarchyMember, IUniqueName, IDateTimeContainer
Public Class VirtualHierarchyMember
Implements IHierarchyMemberContainer, IHierarchyMember, IUniqueName, IDateTimeContainer
public ref class VirtualHierarchyMember : IHierarchyMemberContainer,
IHierarchyMember, IUniqueName, IDateTimeContainer
type VirtualHierarchyMember =
class
interface IHierarchyMemberContainer
interface IHierarchyMember
interface IUniqueName
interface IDateTimeContainer
endThe VirtualHierarchyMember type exposes the following members.
Properties| | Name | Description |
|---|
 | Caption |
Gets the member caption.
|
 | CompatibleUniqueName |
Gets the compatible unique name. This property allows grouping together compatible hierarchy members across multiple IAnalysisStructures.
|
 | HasProperties |
Gets a value indicating whether the current instance has any user-defined properties.
|
 | Hierarchy |
Gets the parent hierarchy.
|
 | Level |
Gets the parent level.
|
 | MemberKey |
Gets the member key values.
|
 | MemberKind |
Gets a value indicating the member type.
|
 | MemberNumber |
Gets the member numeric value, when the parent hierarchy is a numeric hierarchy.
|
 | MemberTime |
Gets the member time value, when appropriate. This value is only used for alignment in visualization controls and not for filtering.
|
 | ParentMember |
Gets the parent member.
|
 | ParentMemberUniqueName |
Gets the parent member unique name.
|
 | Properties |
Gets the child members non-standard properties.
|
 | UniqueName |
Gets the object unique name.
|
 | UpperMemberNumber |
Gets the member upper numeric value, when the parent hierarchy is a numeric hierarchy.
|
Top
Methods
See Also