Click or drag to resize
RelAttrValueUpdate Constructor (IRelAttrDef, Object, Object)
Creates a value update entry.

Namespace: PDTec.IceNet.Core.Model.Implementation
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public RelAttrValueUpdate(
	IRelAttrDef pAttrDef,
	Object oldAttrValue,
	Object newAttrValue
)

Parameters

pAttrDef
Type: PDTec.IceNet.Core.ModelIRelAttrDef
The attribute definition
oldAttrValue
Type: SystemObject
The old value
newAttrValue
Type: SystemObject
The new value
See Also