Click or drag to resize

IDatabaseRepositoryRemoveQualification Method (IObject, String, String)

Removes existing qualification entries for the party from 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 RemoveQualification(
	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.
See Also