Class AutomationAction
Executes another automation.
Implements
INotifyPropertyChanged
    IDisposable
    IDataErrorInfo
    INotifyDataErrorInfo
    
  Inherited Members
Namespace: ISynergy.Framework.Automations.Actions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class AutomationAction : BaseAction, IObservableClass, IBindable, IAction
  Constructors
View SourceAutomationAction(Guid)
Default constructor.
Declaration
public AutomationAction(Guid automationId)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Guid | automationId | 
Properties
View SourceAutomation
Gets or sets the Service property value.
Declaration
public Automation Automation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Automation | 
Implements
      INotifyPropertyChanged
  
  
      IDisposable
  
  
      IDataErrorInfo
  
  
      INotifyDataErrorInfo