Open this page in the API Guide

RaggedHierarchyLevel Constructor

Initializes a new instance of the RaggedHierarchyLevel class.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public RaggedHierarchyLevel(
	RaggedHierarchy hierarchy
)

Parameters

hierarchy
Type: Dundas.BI.Entities.UserHierarchies.RaggedHierarchy
The hierarchy.
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchy is null.
See Also