Click or drag to resize

AttrValueUpdate Constructor (IAttrDef, Object, Object)

Creates a value update entry.

Namespace:  PDTec.IceNet.Core.Model.Implementation
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public AttrValueUpdate(
	IAttrDef pAttrDef,
	Object oldAttrValue,
	Object newAttrValue
)

Parameters

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