Class EntityChange
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
PropertyChanges
Gets the property changes within this entity.
public IReadOnlyList<PropertyChange> PropertyChanges { get; init; }