C# 클래스 AdventureWorks.WebServices.Controllers.SearchSuggestionController

상속: ApiController
파일 보기 프로젝트 열기: PrismLibrary/Prism-Samples-Windows

공개 메소드들

메소드 설명
GetSearchSuggestions ( ) : IEnumerable
GetSearchSuggestions ( string searchTerm ) : IEnumerable
SearchSuggestionController ( ) : System
SearchSuggestionController ( IRepository searchSuggestionsRepository ) : System

메소드 상세

GetSearchSuggestions() 공개 메소드

public GetSearchSuggestions ( ) : IEnumerable
리턴 IEnumerable

GetSearchSuggestions() 공개 메소드

public GetSearchSuggestions ( string searchTerm ) : IEnumerable
searchTerm string
리턴 IEnumerable

SearchSuggestionController() 공개 메소드

public SearchSuggestionController ( ) : System
리턴 System

SearchSuggestionController() 공개 메소드

public SearchSuggestionController ( IRepository searchSuggestionsRepository ) : System
searchSuggestionsRepository IRepository
리턴 System