Class BaseAction
Base action.
Inheritance
System.Object
BaseAction
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.Actions.Base
Assembly: ISynergy.Framework.Automations.dll
Syntax
public abstract class BaseAction : AutomationModel, IObservableClass, IBindable, IAction
Constructors
View SourceBaseAction(Guid)
Default constructor.
Declaration
protected BaseAction(Guid automationId)
Parameters
Type | Name | Description |
---|---|---|
Guid | automationId |
Properties
View SourceActionId
Gets or sets the ActionId property value.
Declaration
public Guid ActionId { get; }
Property Value
Type | Description |
---|---|
Guid |
Data
Gets or sets the Data property value.
Declaration
public object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Executed
Gets the Executed property value.
Declaration
public bool Executed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExecutedDateTime
Gets the ExecutedDateTime property value.
Declaration
public DateTimeOffset ExecutedDateTime { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo