C# Class Purchasing.Mvc.Controllers.AjaxController

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

Méthodes publiques

Méthode Description
AjaxController ( ISearchService searchService ) : System
SearchBuilding ( string term ) : JsonNetResult

Search for building

SearchCommodityCodes ( string searchTerm ) : System.Web.Mvc.JsonResult

Ajax call to search for any commodity codes, match by name

Method Details

AjaxController() public méthode

public AjaxController ( ISearchService searchService ) : System
searchService ISearchService
Résultat System

SearchBuilding() public méthode

Search for building
public SearchBuilding ( string term ) : JsonNetResult
term string
Résultat JsonNetResult

SearchCommodityCodes() public méthode

Ajax call to search for any commodity codes, match by name
public SearchCommodityCodes ( string searchTerm ) : System.Web.Mvc.JsonResult
searchTerm string
Résultat System.Web.Mvc.JsonResult