Open this page in the API Guide

HierarchyLevelValue Constructor (Guid, IHierarchyLevel)

Initializes a new instance of the HierarchyLevelValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public HierarchyLevelValue(
	Guid parameterId,
	IHierarchyLevel detailsLevel
)

Parameters

parameterId
Type: System.Guid
The parameter ID.
detailsLevel
Type: Dundas.BI.Data.Metadata.IHierarchyLevel
The hierarchy details level.
Exceptions
ExceptionCondition
ArgumentNullExceptiondetailsLevel is null.
See Also