C# Class Rubberduck.UI.Controls.SearchResultsViewModel

Inheritance: ViewModelBase, INavigateSelection
Mostra file Open project: retailcoder/Rubberduck Class Usage Examples

Private Properties

Property Type Description
ExecuteCloseCommand void
OnClose void

Public Methods

Method Description
SearchResultsViewModel ( INavigateCommand navigateCommand, string header, Rubberduck.Parsing.Symbols.Declaration target, IEnumerable searchResults ) : System

Private Methods

Method Description
ExecuteCloseCommand ( object parameter ) : void
OnClose ( ) : void

Method Details

SearchResultsViewModel() public method

public SearchResultsViewModel ( INavigateCommand navigateCommand, string header, Rubberduck.Parsing.Symbols.Declaration target, IEnumerable searchResults ) : System
navigateCommand INavigateCommand
header string
target Rubberduck.Parsing.Symbols.Declaration
searchResults IEnumerable
return System