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: 6.0.0.0 (6.0.6225.27214)
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