C# Class Zetbox.Client.WPF.Commands.WrappedZetboxCommand

Wrap a Zetbox Zetbox.Client.Presentables.ICommandViewModel into a SmartRoutedUICommand.
Inheritance: SmartRoutedUICommand
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
WrappedZetboxCommand ( Zetbox cmd ) : System

Initializes a new instance of the WrappedZetboxCommand class.

Méthodes protégées

Méthode Description
CanExecuteCore ( object parameter ) : bool
ExecuteCore ( object parameter ) : void

Method Details

CanExecuteCore() protected méthode

protected CanExecuteCore ( object parameter ) : bool
parameter object
Résultat bool

ExecuteCore() protected méthode

protected ExecuteCore ( object parameter ) : void
parameter object
Résultat void

WrappedZetboxCommand() public méthode

Initializes a new instance of the WrappedZetboxCommand class.
public WrappedZetboxCommand ( Zetbox cmd ) : System
cmd Zetbox the command to wrap
Résultat System