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
|
public AjaxController ( ISearchService searchService ) : System | ||
searchService | ISearchService | |
Résultat | System |
public SearchBuilding ( string term ) : JsonNetResult | ||
term | string | |
Résultat | JsonNetResult |
public SearchCommodityCodes ( string searchTerm ) : System.Web.Mvc.JsonResult | ||
searchTerm | string | |
Résultat | System.Web.Mvc.JsonResult |