Open this page in the API Guide

IRaggedHierarchyService.SetupAttributeHierarchy Method

Setups an AttributeHierarchy for the specified hierarchy.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
AttributeHierarchy SetupAttributeHierarchy(
	RaggedHierarchy parentHierarchy,
	string attribute
)

Parameters

parentHierarchy
Type: Dundas.BI.Entities.UserHierarchies.RaggedHierarchy
The parent hierarchy.
attribute
Type: System.String
The attribute name.

Return Value

Type: AttributeHierarchy
The attribute hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptionparentHierarchy or attribute is null.
ArgumentExceptionparentHierarchy or attribute have invalid parents.
See Also