Table of Contents

Workflow 类

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

代表一个自动化工作流。自动化工作流会被自动触发和恢复。

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

属性

ActionSet

行动组

public ActionSet ActionSet { get; set; }

属性值

ActionSet

IsConditionEnabled

是否启用条件判定

public bool IsConditionEnabled { get; set; }

属性值

bool

Ruleset

规则集

public Ruleset Ruleset { get; set; }

属性值

Ruleset

Triggers

触发此工作流的触发器

public ObservableCollection<TriggerSettings> Triggers { get; set; }

属性值

ObservableCollection<TriggerSettings>