Table of Contents

ActionSet 类

命名空间
ClassIsland.Shared.Models.Action
程序集
ClassIsland.Shared.dll

代表一个行动组。

public class ActionSet : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
继承
ActionSet
实现
继承成员

属性

Actions

行动组中的所有行动。

public ObservableCollection<Action> Actions { get; set; }

属性值

ObservableCollection<Action>

Guid

行动组Guid,仅用于标识设置叠层。

public string Guid { get; set; }

属性值

string

IsEnabled

是否启用

public bool IsEnabled { get; set; }

属性值

bool

IsOn

行动组被触发后还未恢复。

public bool IsOn { get; set; }

属性值

bool

IsRevertEnabled

是否启用恢复

public bool IsRevertEnabled { get; set; }

属性值

bool

Name

“名称”(自动化)/ “备注”(行动组)

public string Name { get; set; }

属性值

string