C# Class MahTweets2.Commands.ProfileContainerCommand

Inheritance: ICommand
Mostrar archivo Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ProfileContainerCommand ( Action action ) : 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

ProfileContainerCommand() public method

public ProfileContainerCommand ( Action action ) : System
action Action
return System