ChangeLogPropertyUpdate
An immutable, serializable object that describes an update to a single object property from one value to another. Each instance captures the property name, its before value, and its after value. These objects are collected in the ChangeLogUpdateActionpropertyUpdates array to provide a detailed record of all field-level changes within a single update action.
See also
- ChangeLogUpdateAction — The update action containing property updates
- ChangeLogTransactionModel — Transaction grouping multiple actions
No results
Properties
Properties are getters/setters or publicly accessible variables on this class-
The property's value after the action.
-
The property's value before the action.
-
A descriptor for the entity (object) affected by this action.