C# Class AdventureWorks.WebServices.Controllers.SearchSuggestionController

Inheritance: ApiController
Afficher le fichier Open project: PrismLibrary/Prism-Samples-Windows

Méthodes publiques

Méthode Description
GetSearchSuggestions ( ) : IEnumerable
GetSearchSuggestions ( string searchTerm ) : IEnumerable
SearchSuggestionController ( ) : System
SearchSuggestionController ( IRepository searchSuggestionsRepository ) : System

Method Details

GetSearchSuggestions() public méthode

public GetSearchSuggestions ( ) : IEnumerable
Résultat IEnumerable

GetSearchSuggestions() public méthode

public GetSearchSuggestions ( string searchTerm ) : IEnumerable
searchTerm string
Résultat IEnumerable

SearchSuggestionController() public méthode

public SearchSuggestionController ( ) : System
Résultat System

SearchSuggestionController() public méthode

public SearchSuggestionController ( IRepository searchSuggestionsRepository ) : System
searchSuggestionsRepository IRepository
Résultat System