Class ConfigurationChange
Represents a change to configuration.
public sealed class ConfigurationChange : ChangeRecord
- Inheritance
-
ConfigurationChange
- Inherited Members
Properties
Aspect
Gets the specific configuration aspect that changed.
public string? Aspect { get; init; }
Property Value
EntityName
Gets the entity name.
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; }