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 (26.2.0.1000)
Syntax
IEnumerable<DataWarning> GetValidityWarnings(
	UserHierarchy hierarchy
)

Parameters

hierarchy  UserHierarchy
 

Return Value

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