Class ChangeRecord
Base class for all change records.
public abstract class ChangeRecord
- Inheritance
-
ChangeRecord
- Derived
- Inherited Members
Properties
ChangeType
Gets the type of change.
public required ChangeType ChangeType { get; init; }
Property Value
Description
Gets the description of the change.
public required string Description { get; init; }
Property Value
IsBreaking
Gets whether this is a breaking change.
public bool IsBreaking { get; init; }