C# Class GymIS.WindowsPhone.ViewModels.LogOutCommand

Inheritance: ICommand
Show file Open project: tronicek/GymIS Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
LogOutCommand ( Page page ) : System

Method Details

CanExecute() public method

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

Execute() public method

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

LogOutCommand() public method

public LogOutCommand ( Page page ) : System
page Windows.UI.Xaml.Controls.Page
return System