DerivedHierarchyIsCompatibleWith Method

Checks if the current instance is compatible with the specified hierarchy.

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool IsCompatibleWith(
	IHierarchy hierarchy,
	bool checkCube
)

Parameters

hierarchy  IHierarchy
The hierarchy the analysis is performed against.
checkCube  Boolean
Value that indicates if the cube parentage should be checked as well for the compatibility analysis.

Return Value

Boolean
if the current instance is compatible, otherwise .

Implements

IHierarchyIsCompatibleWith(IHierarchy, Boolean)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe is .
See Also