AttrValueUpdate Structure |
Namespace: PDTec.IceNet.Core.Model.Implementation
public struct AttrValueUpdate
The AttrValueUpdate type exposes the following members.
Name | Description | |
---|---|---|
AttrValueUpdate(IAttrDef, Object, Object) |
Creates a value update entry.
| |
AttrValueUpdate(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.
|
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
AttrDef |
The attribute definition
| |
IsNewValueAssinged |
Indicates if the new value is available
| |
IsOldValueAssinged |
Indicates if the old value was available
| |
NewValue |
The new value
| |
OldValue |
The old value
|