C# Class ServiceInsight.Framework.Commands.ShowSagaCommand

Inheritance: BaseCommand
Exibir arquivo Open project: Particular/ServiceInsight

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ShowSagaCommand ( IEventAggregator eventAggregator, MessageSelectionContext selectionContext ) : 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

ShowSagaCommand() public method

public ShowSagaCommand ( IEventAggregator eventAggregator, MessageSelectionContext selectionContext ) : Caliburn.Micro
eventAggregator IEventAggregator
selectionContext ServiceInsight.MessageList.MessageSelectionContext
return Caliburn.Micro