Class ValueObjectChange
Represents a change to a value object.
public sealed class ValueObjectChange : ChangeRecord
- Inheritance
-
ValueObjectChange
- Inherited Members
Properties
PropertyChanges
Gets the property changes within this value object.
public IReadOnlyList<PropertyChange> PropertyChanges { get; init; }
Property Value
ValueObjectName
Gets the value object name.
public required string ValueObjectName { get; init; }