C# Класс Extensible.Dashboard.Contracts.Common.RelayCommand

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

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

Метод Описание
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( Action executeMethod ) : System
RelayCommand ( Action executeMethod, Predicate canExecuteMethod ) : System

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

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

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

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

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

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

public RelayCommand ( Action executeMethod ) : System
executeMethod Action
Результат System

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

public RelayCommand ( Action executeMethod, Predicate canExecuteMethod ) : System
executeMethod Action
canExecuteMethod Predicate
Результат System