ITimeHierarchyLevel Interface

Interface for a time hierarchy level.

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 ITimeHierarchyLevel : IHierarchyLevel, 
	IEquatable<IHierarchyLevel>, IUniqueName, IHierarchyMemberContainer, IFormattableHierarchyLevel

The ITimeHierarchyLevel type exposes the following members.

Properties
 NameDescription
Public propertyCaption Gets or sets the caption.
(Inherited from IHierarchyLevel)
Public propertyCaptionFormat Gets the caption format.
(Inherited from IFormattableHierarchyLevel)
Public propertyCompatibleUniqueName Gets the compatible unique name. This property allows grouping together compatible hierarchy levels across multiple IAnalysisStructures.
(Inherited from IHierarchyLevel)
Public propertyDescription Gets or sets the description.
(Inherited from IHierarchyLevel)
Public propertyFirstMember Gets the first valid time member for the specified level.
Public propertyGranularity Gets the time level granularity.
Public propertyHierarchy Gets the parent hierarchy.
(Inherited from IHierarchyMemberContainer)
Public propertyInterval Gets the time interval for the current level.
Public propertyLastMember Gets the last valid time member for the specified level.
Public propertyLevelDepth Gets level number in a hierarchy.
(Inherited from IHierarchyLevel)
Public propertyLevelType Gets the type of the level.
(Inherited from IHierarchyLevel)
Public propertyLocalizedCaptionFormat Gets the localized caption format.
(Inherited from IFormattableHierarchyLevel)
Public propertyLocalizedShortCaptionFormat Gets the localized short caption format.
(Inherited from IFormattableHierarchyLevel)
Public propertyPredefinedSortCategory Gets the predefined sorting category for the current instance.
(Inherited from IHierarchyLevel)
Public propertyPredefinedSortDirection Gets the predefined sorting direction for the current instance.
(Inherited from IHierarchyLevel)
Public propertyProperties Gets the child members non-standard properties.
(Inherited from IHierarchyLevel)
Public propertyShortCaptionFormat Gets the short caption format.
(Inherited from IFormattableHierarchyLevel)
Public propertyUniqueName Gets the object unique name.
(Inherited from IUniqueName)
Public propertyUnknownMember Gets the unknown member for this level.
(Inherited from IHierarchyLevel)
Top
Methods
 NameDescription
Public methodGetMember(DateTime) Gets the time member using a DateTime value.
Public methodGetMember(String) Gets the member by its unique name.
(Inherited from IHierarchyLevel)
Public methodGetMember(String, MemberRetrievalOptions) Gets the member by its unique name.
(Inherited from IHierarchyLevel)
Public methodGetMembers Gets all the members for the current instance.
(Inherited from IHierarchyMemberContainer)
Public methodGetMembers(MemberRetrievalOptions) Gets the members for the current instance.
(Inherited from IHierarchyMemberContainer)
Public methodGetMembers(MemberRetrievalOptions, ICollectionMemberValue) Gets the members for the current instance.
(Inherited from IHierarchyMemberContainer)
Public methodGetMembersInRange Gets the members in specified date range.
Public methodGetNextMember(String, MemberRetrievalOptions) Gets the next member.
(Inherited from IHierarchyLevel)
Public methodGetNextMember(String, MemberRetrievalOptions, Boolean) Gets the next member.
Public methodGetPreviousMember(String, MemberRetrievalOptions) Gets the previous member.
(Inherited from IHierarchyLevel)
Public methodGetPreviousMember(String, MemberRetrievalOptions, Boolean) Gets the previous member.
Top
See Also