Workflow 类
- 程序集
- ClassIsland.Core.dll
代表一个自动化工作流。
public class Workflow : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
Workflow
- 实现
- 继承成员
属性
ActionSet
行动组。
[ExcludeFromCodeCoverage]
public ActionSet ActionSet { get; set; }
属性值
IsConditionEnabled
是否启用规则集。
[ExcludeFromCodeCoverage]
public bool IsConditionEnabled { get; set; }
属性值
Ruleset
规则集。
[ExcludeFromCodeCoverage]
public Ruleset Ruleset { get; set; }
属性值
Triggers
触发器。
[ExcludeFromCodeCoverage]
public ObservableCollection<TriggerSettings> Triggers { get; set; }