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

Inheritance: Caliburn.Micro.PropertyChangedBase, ICommand
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode 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 méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

ChoiceCommand() public méthode

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

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void