Interface IAction
Public interface of an action.
Namespace: ISynergy.Framework.Automations.Abstractions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface IAction
Properties
View SourceActionId
Gets or sets the ActionId property value.
Declaration
Guid ActionId { get; }
Property Value
Type | Description |
---|---|
Guid |
AutomationId
Gets or sets the AutomationId property value.
Declaration
Guid AutomationId { get; }
Property Value
Type | Description |
---|---|
Guid |
Data
Gets or sets the Data property value.
Declaration
object Data { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Executed
Gets the Executed property value.
Declaration
bool Executed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ExecutedDateTime
Gets the ExecutedDateTime property value.
Declaration
DateTimeOffset ExecutedDateTime { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |