RuleRegistryInfo 类
- 命名空间
- ClassIsland.Core.Models.Ruleset
- 程序集
- ClassIsland.Core.dll
代表一个规则的注册信息。
public class RuleRegistryInfo
- 继承
-
RuleRegistryInfo
- 继承成员
构造函数
RuleRegistryInfo(string, string, PackIconKind)
代表一个规则的注册信息。
public RuleRegistryInfo(string id, string name = "", PackIconKind iconKind = PackIconKind.CogOutline)
参数
字段
Handle
public RuleRegistryInfo.HandleDelegate? Handle
字段值
属性
IconKind
规则显示图标类型。
public PackIconKind IconKind { get; }
属性值
- PackIconKind
Id
规则 ID。
public string Id { get; }
属性值
Name
规则显示名称。
public string Name { get; }
属性值
SettingsControlType
设置控件类型。
public Type? SettingsControlType { get; }
属性值
SettingsType
设置类型。
public Type? SettingsType { get; }