ITimeHierarchy Methods

The ITimeHierarchy type exposes the following members.

Methods
  NameDescription
Public methodGetChildMembers
Gets the child time hierarchy members for the specified parent member.
Public methodGetLevel(String)
Gets the level by its unique name.
(Inherited from IHierarchy.)
Public methodGetLevel(DateTimeGranularity)
Gets the time level using its granularity.
Public methodGetMember(String)
Gets the member by the member unique name.
(Inherited from IHierarchy.)
Public methodGetMember(MemberValue)
Gets the member by the member value.
(Inherited from IHierarchy.)
Public methodIsCompatibleWith
Checks if the current instance is compatible with the specified hierarchy.
(Inherited from IHierarchy.)
Public methodMemberQuery(MemberRetrievalOptions, IHierarchyMember, NullableInt32)
Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
(Inherited from IHierarchy.)
Public methodMemberQuery(MemberRetrievalOptions, ICollectionMemberValue, NullableInt32, MemberValue)
Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
(Inherited from IHierarchy.)
Top
See Also