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

Parameters

parameterId
Type: SystemGuid
The parameter ID.
topLevel
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy top level.
detailsLevel
Type: Dundas.BI.Data.MetadataIHierarchyLevel
The hierarchy details level.
Exceptions
ExceptionCondition
ArgumentNullExceptiontopLevel or detailsLevel is .
ArgumentExceptiondetailsLevel must have a lower depth than the topLevel.
See Also