| AttrValueUpdate Constructor (IAttrDef, 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.ImplementationAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic AttrValueUpdate(
	IAttrDef pAttrDef,
	Object oldAttrValue,
	Object newAttrValue,
	bool isOldValueAssigned,
	bool isNewValueAssinged
)
Parameters
- pAttrDef
 - Type: PDTec.IceNet.Core.ModelIAttrDef
The attribute definition - oldAttrValue
 - Type: SystemObject
The old value - newAttrValue
 - Type: SystemObject
The new value - isOldValueAssigned
 - Type: SystemBoolean
Indicates if the old value was available - isNewValueAssinged
 - Type: SystemBoolean
Indicates if the new value is available 
See Also