Table of Contents

Class DisplayMarkupCommandBase

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public abstract class DisplayMarkupCommandBase : AsyncMarkupCommandBase, ICommand, INotifyPropertyChanged, IIconable, INameable, IDescriptionable
Inheritance
DisplayMarkupCommandBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

DisplayMarkupCommandBase()

protected DisplayMarkupCommandBase()

Properties

Description

public string Description { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string