C# Class ServiceInsight.Framework.Commands.SearchByMessageIDCommand

Inheritance: BaseCommand
Mostra file Open project: Particular/ServiceInsight

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
SearchByMessageIDCommand ( IEventAggregator eventAggregator, SearchBarViewModel searchBar ) : Caliburn.Micro

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

SearchByMessageIDCommand() public method

public SearchByMessageIDCommand ( IEventAggregator eventAggregator, SearchBarViewModel searchBar ) : Caliburn.Micro
eventAggregator IEventAggregator
searchBar SearchBarViewModel
return Caliburn.Micro