Class EnumChange
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
ValueChanges
Gets the value changes within this enum.
public IReadOnlyList<string> ValueChanges { get; init; }