Table of Contents

Class DisplayCommand<T>

Namespace
H.Mvvm
Assembly
H.Mvvm.dll
public class DisplayCommand<T> : RelayCommand<T>, ICommand, IDisplayCommand

Type Parameters

T
Inheritance
DisplayCommand<T>
Implements
Inherited Members
Extension Methods

Constructors

DisplayCommand(Action<T>)

public DisplayCommand(Action<T> executeCommand)

Parameters

executeCommand Action<T>

DisplayCommand(Action<T>, Predicate<T>)

public DisplayCommand(Action<T> executeCommand, Predicate<T> canExecuteCommand)

Parameters

executeCommand Action<T>
canExecuteCommand Predicate<T>

Properties

Description

public string Description { get; set; }

Property Value

string

GroupName

public string GroupName { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int