TimeAttributeHierarchy Class

Hierarchy based on a time dimension attribute (such as week day).
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.TimeDimensionsTimeAttributeHierarchy

Namespace:  Dundas.BI.Entities.TimeDimensions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class TimeAttributeHierarchy : IAttributeHierarchy, 
	IHierarchy, IAnalysisElement, IElement, IUniqueName, IAggregatableElement

The TimeAttributeHierarchy type exposes the following members.

Properties
  NameDescription
Public propertyAllMember
Gets the "All Values Grouped" member when the hierarchy is aggregatable; otherwise it return .
Public propertyAnalysisStructure
Gets the parent analysis structure.
Public propertyAttribute
Gets the attribute.
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 propertyDescription
Gets or sets the description.
Public propertyDimension
Gets the time dimension.
Public propertyEntityId
Gets the parent entity ID.
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 propertyIsHierarchy
Gets a value indicating whether this instance is a hierarchy.
Public propertyIsMeasure
Gets a value indicating whether this instance is a measure.
Public propertyIsTimeHierarchy
Gets a value indicating whether this instance is a time hierarchy.
Public propertyLevels
Gets the hierarchy levels.
Public propertyParameters
Gets the public parameter collection, if the hierarchy either exposes inherited parameters or if it allows parameter definition.
Public propertyParentHierarchy
Gets the parent hierarchy for the current instance.
Public propertyProperties
Gets the various uncategorized properties.
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 propertyTimeAttribute
Gets the time dimension attribute.
Public propertyUniqueName
Gets the object unique name.
Top
Methods
See Also