Rule 类
- 命名空间
- ClassIsland.Core.Models.Ruleset
- 程序集
- ClassIsland.Core.dll
代表一个规则条目。
public class Rule : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
Rule
- 实现
- 继承成员
属性
Id
规则 ID。
public string Id { get; set; }
属性值
IsReversed
是否反转判断。
public bool IsReversed { get; set; }
属性值
Settings
规则集设置。
public object? Settings { get; set; }
属性值
State
满足状态
[JsonIgnore]
public int State { get; set; }