Click or drag to resize

IDatabaseRepositoryAssignQualification Method (IObject, String, String)

Assigns a qualification for the party to the object.

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 AssignQualification(
	IObject pObject,
	string partyName,
	string qualificationName
)

Parameters

pObject
Type: PDTec.IceNet.Core.ModelIObject
The object.
partyName
Type: SystemString
The party name.
qualificationName
Type: SystemString
The qualification name.
Remarks
This method fails if the qualification is already assigned.
See Also