C# Class ServiceInsight.Framework.UI.ScreenManager.ChoiceCommand

Inheritance: Caliburn.Micro.PropertyChangedBase, ICommand
ファイルを表示 Open project: Particular/ServiceInsight

Public Methods

Method Description
CanExecute ( object parameter ) : bool
ChoiceCommand ( ButtonCommandHandler commandHandler, bool isDefault, bool isCancel, string label, MessageChoice result ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

ChoiceCommand() public method

public ChoiceCommand ( ButtonCommandHandler commandHandler, bool isDefault, bool isCancel, string label, MessageChoice result ) : System
commandHandler ButtonCommandHandler
isDefault bool
isCancel bool
label string
result MessageChoice
return System

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void