Table of Contents

RulesetControl 类

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

RulesetControl.xaml 的交互逻辑

public class RulesetControl : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
继承
RulesetControl
实现
继承成员

构造函数

RulesetControl()

Initializes a new instance of the UserControl class.

public RulesetControl()

字段

AddRuleCommand

添加规则命令。

public static readonly ICommand AddRuleCommand

字段值

ICommand

DuplicateGroupCommand

复制规则组命令。

public static readonly ICommand DuplicateGroupCommand

字段值

ICommand

RemoveGroupCommand

添加规则组命令。

public static readonly ICommand RemoveGroupCommand

字段值

ICommand

RemoveRuleCommand

删除规则命令。

public static readonly ICommand RemoveRuleCommand

字段值

ICommand

RulesetProperty

public static readonly DependencyProperty RulesetProperty

字段值

DependencyProperty

ShowTitleProperty

public static readonly DependencyProperty ShowTitleProperty

字段值

DependencyProperty

属性

Ruleset

public Ruleset Ruleset { get; set; }

属性值

Ruleset

ShowTitle

public bool ShowTitle { get; set; }

属性值

bool

方法

InitializeComponent()

InitializeComponent

public void InitializeComponent()