C# Класс ServiceInsight.Framework.UI.ScreenManager.ChoiceCommand

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

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

Метод Описание
CanExecute ( object parameter ) : bool
ChoiceCommand ( ButtonCommandHandler commandHandler, bool isDefault, bool isCancel, string label, MessageChoice result ) : System
Execute ( object parameter ) : void

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

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

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

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

public ChoiceCommand ( ButtonCommandHandler commandHandler, bool isDefault, bool isCancel, string label, MessageChoice result ) : System
commandHandler ButtonCommandHandler
isDefault bool
isCancel bool
label string
result MessageChoice
Результат System

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

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