C# Class Rubberduck.UI.Controls.SearchResultsViewModel

Inheritance: ViewModelBase, INavigateSelection
Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Private Properties

Свойство Type Description
ExecuteCloseCommand void
OnClose void

Méthodes publiques

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

Private Methods

Méthode Description
ExecuteCloseCommand ( object parameter ) : void
OnClose ( ) : void

Method Details

SearchResultsViewModel() public méthode

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
Résultat System