Action 类
- 程序集
- ClassIsland.Shared.dll
代表一个行动。
public class Action : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
Action
- 实现
- 继承成员
属性
Exception
行动错误。
[JsonIgnore]
public Exception? Exception { get; set; }
属性值
Id
行动 ID。
public string Id { get; set; }
属性值
IsWorking
行动正在运行。
[JsonIgnore]
public bool IsWorking { get; set; }
属性值
Settings
行动设置。
public object? Settings { get; set; }