Table of Contents

Class ChangeRecord

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

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

ChangeType

Description

Gets the description of the change.

public required string Description { get; init; }

Property Value

string

IsBreaking

Gets whether this is a breaking change.

public bool IsBreaking { get; init; }

Property Value

bool