C# Class Orchard.Search.Controllers.SearchController

Inheritance: Controller
Exibir arquivo Open project: ucdavis/Orchard

Private Properties

Property Type Description

Public Methods

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

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

SearchController() public method

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