Table of Contents

Class ValueObjectChange

Namespace
JD.Domain.Diff
Assembly
JD.Domain.Diff.dll

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

IReadOnlyList<PropertyChange>

ValueObjectName

Gets the value object name.

public required string ValueObjectName { get; init; }

Property Value

string