Table of Contents

RuleRegistryInfo 类

命名空间
ClassIsland.Core.Models.Ruleset
程序集
ClassIsland.Core.dll

代表一个规则的注册信息。

public class RuleRegistryInfo
继承
RuleRegistryInfo
继承成员

构造函数

RuleRegistryInfo(string, string, string)

代表一个规则的注册信息。

public RuleRegistryInfo(string id, string name = "", string iconGlyph = "")

参数

id string

规则集ID,例如“classisland.example”。

name string

规则集显示名称。

iconGlyph string

规则集图标。

字段

Handle

public RuleRegistryInfo.HandleDelegate? Handle

字段值

RuleRegistryInfo.HandleDelegate

属性

IconGlyph

规则显示图标类型。

public string IconGlyph { get; }

属性值

string

Id

规则 ID。

public string Id { get; }

属性值

string

Name

规则显示名称。

public string Name { get; }

属性值

string

SettingsControlType

设置控件类型。

public Type? SettingsControlType { get; }

属性值

Type

SettingsType

设置类型。

public Type? SettingsType { get; }

属性值

Type