Table of Contents

Workflow 类

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

代表一个自动化工作流。

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

属性

ActionSet

行动组。

[ExcludeFromCodeCoverage]
public ActionSet ActionSet { get; set; }

属性值

ActionSet

IsConditionEnabled

是否启用规则集。

[ExcludeFromCodeCoverage]
public bool IsConditionEnabled { get; set; }

属性值

bool

Ruleset

规则集。

[ExcludeFromCodeCoverage]
public Ruleset Ruleset { get; set; }

属性值

Ruleset

Triggers

触发器。

[ExcludeFromCodeCoverage]
public ObservableCollection<TriggerSettings> Triggers { get; set; }

属性值

ObservableCollection<TriggerSettings>