RulesetControl 类
- 程序集
- 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
字段值
DuplicateGroupCommand
复制规则组命令。
public static readonly ICommand DuplicateGroupCommand
字段值
RemoveGroupCommand
添加规则组命令。
public static readonly ICommand RemoveGroupCommand
字段值
RemoveRuleCommand
删除规则命令。
public static readonly ICommand RemoveRuleCommand
字段值
RulesetProperty
public static readonly DependencyProperty RulesetProperty
字段值
ShowTitleProperty
public static readonly DependencyProperty ShowTitleProperty
字段值
属性
Ruleset
public Ruleset Ruleset { get; set; }
属性值
ShowTitle
public bool ShowTitle { get; set; }
属性值
方法
InitializeComponent()
InitializeComponent
public void InitializeComponent()