TriggerSettings 类
- 命名空间
- ClassIsland.Core.Models.Action
- 程序集
- ClassIsland.Core.dll
代表一个触发器的设置。
public class TriggerSettings : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
TriggerSettings
- 实现
- 继承成员
属性
AssociatedTriggerInfo
关联的触发器信息
[JsonIgnore]
public TriggerInfo? AssociatedTriggerInfo { get; }
属性值
Id
触发器 ID
public string Id { get; set; }
属性值
Settings
触发器设置
public object? Settings { get; set; }