C# Class Purchasing.Mvc.Controllers.SearchController

Inheritance: ApplicationController
显示文件 Open project: ucdavis/Purchasing

Public Methods

Method 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 method

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

Results() public method

public Results ( string q ) : System.Web.Mvc.ActionResult
q string
return System.Web.Mvc.ActionResult

SearchController() public method

public SearchController ( ISearchService searchService, IQueryRepositoryFactory queryRepositoryFactory, IUserIdentity userIdentity, IAccessQueryService accessQueryService ) : System
searchService ISearchService
queryRepositoryFactory IQueryRepositoryFactory
userIdentity IUserIdentity
accessQueryService IAccessQueryService
return System