Table of Contents

Class EntityChange

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

Represents a change to an entity.

public sealed class EntityChange : ChangeRecord
Inheritance
EntityChange
Inherited Members

Properties

EntityName

Gets the entity name.

public required string EntityName { get; init; }

Property Value

string

PropertyChanges

Gets the property changes within this entity.

public IReadOnlyList<PropertyChange> PropertyChanges { get; init; }

Property Value

IReadOnlyList<PropertyChange>