C# Class Purchasing.Mvc.Controllers.SearchController

Inheritance: ApplicationController
Afficher le fichier Open project: ucdavis/Purchasing

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Will searches and display results depending on what matches the query "q"

Results ( string q ) : System.Web.Mvc.ActionResult
SearchController ( ISearchService searchService, IQueryRepositoryFactory queryRepositoryFactory, IUserIdentity userIdentity, IAccessQueryService accessQueryService ) : System

Method Details

Index() public méthode

Will searches and display results depending on what matches the query "q"
public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Results() public méthode

public Results ( string q ) : System.Web.Mvc.ActionResult
q string
Résultat System.Web.Mvc.ActionResult

SearchController() public méthode

public SearchController ( ISearchService searchService, IQueryRepositoryFactory queryRepositoryFactory, IUserIdentity userIdentity, IAccessQueryService accessQueryService ) : System
searchService ISearchService
queryRepositoryFactory IQueryRepositoryFactory
userIdentity IUserIdentity
accessQueryService IAccessQueryService
Résultat System