Table of Contents

Class RuleSetChange

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

Represents a change to a rule set.

public sealed class RuleSetChange : ChangeRecord
Inheritance
RuleSetChange
Inherited Members

Properties

RuleChanges

Gets the rule changes within this rule set.

public IReadOnlyList<RuleChange> RuleChanges { get; init; }

Property Value

IReadOnlyList<RuleChange>

RuleSetName

Gets the rule set name.

public required string RuleSetName { get; init; }

Property Value

string

TargetType

Gets the target type.

public required string TargetType { get; init; }

Property Value

string