Class RuleSetChange
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
RuleSetName
Gets the rule set name.
public required string RuleSetName { get; init; }
Property Value
TargetType
Gets the target type.
public required string TargetType { get; init; }