Table of Contents

Class ActionViewModel

Namespace
Loehnert.Lisrt.OperatingMode.ViewModels
Assembly
Loehnert.Lisrt.dll

Represents an abstract view model for using the default view.

public abstract class ActionViewModel : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged, IActionViewModel
Inheritance
PropertyChangedBase
ActionViewModel
Implements
INotifyPropertyChangedEx
Derived
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Action

Gets or sets the action.

public virtual ICommand Action { get; protected set; }

Property Value

ICommand

Description

Gets or sets the localizable description.

public virtual ITranslation Description { get; protected set; }

Property Value

ITranslation

Icon

Gets the icon.

public abstract Uri Icon { get; }

Property Value

Uri