TimeHierarchy Class

Time dimension hierarchy.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.TimeDimensionsTimeHierarchy

Namespace: Dundas.BI.Entities.TimeDimensions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class TimeHierarchy : ITimeHierarchy, 
	IHierarchy, IAnalysisElement, IElement, IUniqueName, IDataCubeHierarchy, 
	IDataWarnings, IAggregatableElement, ISupportsAttributeHierarchies

The TimeHierarchy type exposes the following members.

Properties
 NameDescription
Public propertyAllMember Gets the "All Values Grouped" member when the hierarchy is aggregatable; otherwise it return .
Public propertyAllMemberCaption Gets or sets the override for "All" member caption.
Public propertyAnalysisStructure Gets the parent analysis structure.
Public propertyAttributeHierarchies Gets the supported attribute hierarchies for the current instance.
Public propertyCaption Gets or sets the caption.
Public propertyCategory Gets the potential analysis category for the current instance.
Public propertyCompatibleUniqueName Gets the compatible unique name. This property allows grouping together compatible hierarchies across multiple IAnalysisStructures.
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDataCube Gets the data cube the hierarchy is attached to.
Public propertyDescription Gets or sets the description.
Public propertyDimension Gets the time dimension.
Public propertyEntityId Gets the parent entity ID.
Public propertyFirstDayOfWeek Gets the first day of week for the current time hierarchy.
Public propertyHasAttributeHierarchies Gets a value indicating whether this instance has attribute hierarchies defined within.
Public propertyHasWarnings Gets a value indicating whether this instance,or one of its dependencies, has warnings.
Public propertyHierarchyCategory Gets the current instance hierarchy category.
Public propertyIsAnonymized Gets a value indicating whether the hierarchy members are to be anonymized during data retrieval operations, for legal or security reasons.
Public propertyIsHidden Gets a value indicating whether this instance is hidden and therefore not present in the parent cube hierarchy collection.
Public propertyLevels Gets the hierarchy levels.
Public propertyLinks Gets the links between the hierarchy entity and the DataCube output connector elements.
Public propertyParameters Gets the public parameter collection, if the hierarchy either exposes inherited parameters or if it allows parameter definition.
Public propertyProperties Gets the various uncategorized properties.
Public propertyProvider Gets the time provider for the current instance.
Public propertySecurityAttributeId Gets the security attribute ID, if one is associated with the current hierarchy.
Public propertySortPolicy Gets the sorting behavior defined for the hierarchy.
Public propertySupportedAggregators Gets the supported aggregators.
Public propertyUniqueName Gets the object unique name.
Public propertyWarnings Gets the warnings for the current instance, as well as for any dependency objects.
Top
Methods
 NameDescription
Public methodGetChildMembers Gets the child time hierarchy members for the specified parent member.
Public methodGetLevel(DateTimeGranularity) Gets the time level using its granularity.
Public methodGetLevel(String) Gets the level by its unique name.
Public methodGetMember(MemberValue) Gets the member by the member value.
Public methodGetMember(String) Gets the member by the member unique name.
Public methodIsCompatibleWith Checks if the current instance is compatible with the specified hierarchy.
Public methodMemberQuery(MemberRetrievalOptions, IHierarchyMember, NullableInt32) Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
Public methodMemberQuery(MemberRetrievalOptions, ICollectionMemberValue, NullableInt32, MemberValue) Enumerates hierarchy members. This is a flat list of members potentially on different hierarchy levels.
Top
See Also