Table of Contents

Class RuleChange

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

Represents a change to a rule.

public sealed class RuleChange : ChangeRecord
Inheritance
RuleChange
Inherited Members

Properties

RuleId

Gets the rule ID.

public required string RuleId { get; init; }

Property Value

string

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