TimeHierarchyMember Class |
Time dimension hierarchy member.
Inheritance HierarchySystemObject Dundas.BI.Entities.TimeDimensionsTimeHierarchyMember Namespace: Dundas.BI.Entities.TimeDimensionsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic class TimeHierarchyMember : ITimeHierarchyMember,
IFormattableHierarchyMember, IHierarchyMember, IUniqueName, IHierarchyMemberContainer, IDateTimeContainer
Public Class TimeHierarchyMember
Implements ITimeHierarchyMember, IFormattableHierarchyMember, IHierarchyMember, IUniqueName,
IHierarchyMemberContainer, IDateTimeContainer
public ref class TimeHierarchyMember : ITimeHierarchyMember,
IFormattableHierarchyMember, IHierarchyMember, IUniqueName, IHierarchyMemberContainer, IDateTimeContainer
type TimeHierarchyMember =
class
interface ITimeHierarchyMember
interface IFormattableHierarchyMember
interface IHierarchyMember
interface IUniqueName
interface IHierarchyMemberContainer
interface IDateTimeContainer
endThe TimeHierarchyMember 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.
|
 | 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.
|
 | ShortCaption |
Gets the short caption.
|
 | UniqueName |
Gets the object unique name.
|
 | UpperBoundaryTime |
Gets the upper boundary DateTime value, corresponding the next virtual member.
It is a virtual member as the hierarchy may not it included in its definition.
|
 | UpperMemberNumber |
Gets the member upper numeric value, when the parent hierarchy is a numeric hierarchy.
|
Top
Methods
See Also