Table of Contents

Class ConfigurationChange

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

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

string

EntityName

Gets the entity name.

public required string EntityName { get; init; }

Property Value

string

NewValue

Gets the new value (for modifications).

public string? NewValue { get; init; }

Property Value

string

OldValue

Gets the old value (for modifications).

public string? OldValue { get; init; }

Property Value

string