Class AutomationModel
Abstract class for automation objects.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.Base
Assembly: ISynergy.Framework.Automations.dll
Syntax
public abstract class AutomationModel : ObservableClass, IObservableClass, IBindable
Constructors
View SourceAutomationModel(Guid)
Default model constructor for automation objects.
Declaration
protected AutomationModel(Guid automationId)
Parameters
Type | Name | Description |
---|---|---|
Guid | automationId |
Properties
View SourceAutomationId
Gets or sets the AutomationId property value.
Declaration
public Guid AutomationId { get; }
Property Value
Type | Description |
---|---|
Guid |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo