Class RepeatPreviousAction
Repeats action.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.Actions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class RepeatPreviousAction : BaseAction, IObservableClass, IBindable, IAction
Constructors
View SourceRepeatPreviousAction(Guid, Int32)
Default constructor
Declaration
public RepeatPreviousAction(Guid automationId, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | automationId | |
| System.Int32 | count |
Properties
View SourceCount
Gets or sets the Count property value.
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo