C# Class Orchard.Search.Controllers.SearchController

Inheritance: Controller
Afficher le fichier Open project: ucdavis/Orchard

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Index ( Orchard.UI.Navigation.PagerParameters pagerParameters, string q = "" ) : System.Web.Mvc.ActionResult
SearchController ( IOrchardServices services, ISearchService searchService, IContentManager contentManager, ISiteService siteService, IShapeFactory shapeFactory ) : System

Method Details

Index() public méthode

public Index ( Orchard.UI.Navigation.PagerParameters pagerParameters, string q = "" ) : System.Web.Mvc.ActionResult
pagerParameters Orchard.UI.Navigation.PagerParameters
q string
Résultat System.Web.Mvc.ActionResult

SearchController() public méthode

public SearchController ( IOrchardServices services, ISearchService searchService, IContentManager contentManager, ISiteService siteService, IShapeFactory shapeFactory ) : System
services IOrchardServices
searchService ISearchService
contentManager IContentManager
siteService ISiteService
shapeFactory IShapeFactory
Résultat System