C# Класс Zetbox.ConfigEditor.ViewModels.SimpleCommandViewModel

Наследование: CommandViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
SimpleCommandViewModel ( string label, string toolTip, System.Action execute ) : System
SimpleCommandViewModel ( string label, string toolTip, System.Action execute, Func canExecute ) : System

Описание методов

CanExecute() публичный Метод

public CanExecute ( object parameter ) : bool
parameter object
Результат bool

Execute() публичный Метод

public Execute ( object parameter ) : void
parameter object
Результат void

SimpleCommandViewModel() публичный Метод

public SimpleCommandViewModel ( string label, string toolTip, System.Action execute ) : System
label string
toolTip string
execute System.Action
Результат System

SimpleCommandViewModel() публичный Метод

public SimpleCommandViewModel ( string label, string toolTip, System.Action execute, Func canExecute ) : System
label string
toolTip string
execute System.Action
canExecute Func
Результат System