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

Wrap a Zetbox Zetbox.Client.Presentables.ICommandViewModel into a SmartRoutedUICommand.
Inheritance: SmartRoutedUICommand
Exibir arquivo Open project: daszat/zetbox

Public Methods

Method Description
WrappedZetboxCommand ( Zetbox cmd ) : System

Initializes a new instance of the WrappedZetboxCommand class.

Protected Methods

Method Description
CanExecuteCore ( object parameter ) : bool
ExecuteCore ( object parameter ) : void

Method Details

CanExecuteCore() protected method

protected CanExecuteCore ( object parameter ) : bool
parameter object
return bool

ExecuteCore() protected method

protected ExecuteCore ( object parameter ) : void
parameter object
return void

WrappedZetboxCommand() public method

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