Class StopAutomaticActionViewModel
- Namespace
- Loehnert.Lisrt.OperatingMode.ViewModels
- Assembly
- Loehnert.Lisrt.dll
View model for an automatic mode stopping action.
public class StopAutomaticActionViewModel : ActionViewModel, INotifyPropertyChangedEx, INotifyPropertyChanged, IActionViewModel
- Inheritance
-
PropertyChangedBaseStopAutomaticActionViewModel
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
StopAutomaticActionViewModel(AutomaticOperatingModeBase)
Initializes a new instance of the StopAutomaticActionViewModel class.
public StopAutomaticActionViewModel(AutomaticOperatingModeBase automaticOperatingMode)
Parameters
automaticOperatingMode
AutomaticOperatingModeBaseOperating mode instance.
Properties
Icon
Gets the icon.
public override Uri Icon { get; }