Click or drag to resize

RelAttrValueUpdate Constructor (IRelAttrDef, Object, Object, Boolean, Boolean)

Creates a value update entry. Use this constructor if either the old or the new value of the attribute was not available.

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 RelAttrValueUpdate(
	IRelAttrDef pAttrDef,
	Object oldAttrValue,
	Object newAttrValue,
	bool isOldValueAssigned,
	bool isNewValueAssinged
)

Parameters

pAttrDef
Type: PDTec.IceNet.Core.Model.IRelAttrDef
The attribute definition
oldAttrValue
Type: System.Object
The old value
newAttrValue
Type: System.Object
The new value
isOldValueAssigned
Type: System.Boolean
Indicates if the old value was available
isNewValueAssinged
Type: System.Boolean
Indicates if the new value is available
See Also