Click or drag to resize

IDatabaseRepositoryCheckQualification Method (IObject, String, String)

Checks if the user has the required qualification for the object and otherwise throws an exception.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void CheckQualification(
	IObject pObject,
	string userName,
	string qualificationName
)

Parameters

pObject
Type: PDTec.IceNet.Core.ModelIObject
The object.
userName
Type: SystemString
The user name.
qualificationName
Type: SystemString
The qualification name.
Exceptions
ExceptionCondition
ObjectAuthorizationExceptionThrown when the user does not have the required authorization level.
Remarks
This method recognizes authorization derived from profile "System.All".
See Also