HierarchyLevelValue(Guid, IHierarchyLevel) Constructor

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 (26.2.0.1000)
Syntax
public HierarchyLevelValue(
	Guid parameterId,
	IHierarchyLevel detailsLevel
)

Parameters

parameterId  Guid
The parameter ID.
detailsLevel  IHierarchyLevel
The hierarchy details level.
Exceptions
ExceptionCondition
ArgumentNullExceptiondetailsLevel is .
See Also