Table of Contents

Class EnumChange

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

Represents a change to an enum.

public sealed class EnumChange : ChangeRecord
Inheritance
EnumChange
Inherited Members

Properties

EnumName

Gets the enum name.

public required string EnumName { get; init; }

Property Value

string

ValueChanges

Gets the value changes within this enum.

public IReadOnlyList<string> ValueChanges { get; init; }

Property Value

IReadOnlyList<string>