RaggedHierarchyIsCompatibleWith Method |
Checks if the current instance is compatible with the specified hierarchy.
Namespace: Dundas.BI.Entities.UserHierarchiesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IsCompatibleWith(
IHierarchy hierarchy,
bool checkCube
)
Public Function IsCompatibleWith (
hierarchy As IHierarchy,
checkCube As Boolean
) As Boolean
public:
virtual bool IsCompatibleWith(
IHierarchy^ hierarchy,
bool checkCube
) sealed
abstract IsCompatibleWith :
hierarchy : IHierarchy *
checkCube : bool -> bool
override IsCompatibleWith :
hierarchy : IHierarchy *
checkCube : bool -> bool 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
See Also