Interface IActionViewModel
- Namespace
- Loehnert.Lisrt.OperatingMode.ViewModels
- Assembly
- Loehnert.Lisrt.dll
Interface for a action view model with custom view.
public interface IActionViewModel
Properties
Action
Gets the action.
ICommand Action { get; }
Property Value
Description
Gets the localizable description.
ITranslation Description { get; }
Property Value
- ITranslation
Icon
Gets the icon.
Uri Icon { get; }