| RelAttrValueUpdate Structure | 
Namespace: PDTec.IceNet.Core.Model.Implementation
public struct RelAttrValueUpdate
The RelAttrValueUpdate type exposes the following members.
| Name | Description | |
|---|---|---|
| RelAttrValueUpdate(IRelAttrDef, Object, Object) | 
            Creates a value update entry.
              | |
| RelAttrValueUpdate(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.
              | 
| 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
              |