IUserHierarchyServiceGetValidityWarnings Method

Gets a list of the warnings that might prevent the hierarchy from displaying correct data.

Namespace:  Dundas.BI.Entities.UserHierarchies
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IEnumerable<DataWarning> GetValidityWarnings(
	UserHierarchy hierarchy
)

Parameters

hierarchy
Type: Dundas.BI.Entities.UserHierarchiesUserHierarchy

Return Value

Type: IEnumerableDataWarning
A list of warnings the user may choose to address in the hierarchy design.
See Also