Open this page in the API Guide

UserHierarchyLevel Constructor

Initializes a new instance of the UserHierarchyLevel 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 UserHierarchyLevel(
	DataCube dataSource
)

Parameters

dataSource
Type: Dundas.BI.Entities.DataCubes.DataCube
The data source.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSource is null.
See Also