Class RuleChange
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
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; }