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 (26.2.0.1000)
Syntax
public bool IsHierarchyLevelFullyCompatible(
	UserHierarchyLevel hierarchyLevel,
	IList<ConnectorElement> connectorElements
)

Parameters

hierarchyLevel  UserHierarchyLevel
The user hierarchy level.
connectorElements  IListConnectorElement
The connector elements to be used for links.

Return Value

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