C# Class Rubberduck.UI.Command.ShowParserErrorsCommand

Inheritance: CommandBase, IShowParserErrorsCommand
Mostrar archivo Open project: retailcoder/Rubberduck

Public Methods

Method Description
Execute ( object parameter ) : void
ShowParserErrorsCommand ( INavigateCommand navigateCommand, RubberduckParserState state, ISearchResultsWindowViewModel viewModel, SearchResultPresenterInstanceManager presenterService ) : System

Private Methods

Method Description
CreateViewModel ( ) : SearchResultsViewModel
FindModuleDeclaration ( VBComponent component ) : Rubberduck.Parsing.Symbols.Declaration

Method Details

Execute() public method

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

ShowParserErrorsCommand() public method

public ShowParserErrorsCommand ( INavigateCommand navigateCommand, RubberduckParserState state, ISearchResultsWindowViewModel viewModel, SearchResultPresenterInstanceManager presenterService ) : System
navigateCommand INavigateCommand
state Rubberduck.Parsing.VBA.RubberduckParserState
viewModel ISearchResultsWindowViewModel
presenterService Rubberduck.UI.Controls.SearchResultPresenterInstanceManager
return System