Class PropertyChange
Represents a change to a property.
public sealed class PropertyChange : ChangeRecord
- Inheritance
-
PropertyChange
- Inherited Members
Properties
EntityName
Gets the entity name containing the property.
public required string EntityName { get; init; }
Property Value
NewValue
Gets the new value (for modifications).
public string? NewValue { get; init; }
Property Value
OldValue
Gets the old value (for modifications).
public string? OldValue { get; init; }
Property Value
PropertyName
Gets the property name.
public required string PropertyName { get; init; }