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

Parameters

parameterId
Type: SystemGuid
The parameter ID.
detailsLevel
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy details level.
Exceptions
ExceptionCondition
ArgumentNullExceptiondetailsLevel is .
See Also