DataCubeIsHierarchyLevelFullyCompatible Method

Determines whether the specified user hierarchy level is compatible, from a data type point of view, with the referenced connector elements to be used as links.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool IsHierarchyLevelFullyCompatible(
	UserHierarchyLevel hierarchyLevel,
	IList<ConnectorElement> connectorElements
)

Parameters

hierarchyLevel
Type: Dundas.BI.Entities.UserHierarchiesUserHierarchyLevel
The user hierarchy level.
connectorElements
Type: System.Collections.GenericIListConnectorElement
The connector elements to be used for links.

Return Value

Type: Boolean
if the level is deemed compatible, otherwise .
Exceptions
ExceptionCondition
ArgumentNullExceptionhierarchyLevel or connectorElements is .
See Also