C# Class Orchard.Core.Containers.Controllers.ItemController

Inheritance: Controller
Datei anzeigen Open project: ucdavis/Orchard

Private Properties

Property Type Description
Display System.Web.Mvc.ActionResult

Public Methods

Method Description
ItemController ( IContentManager contentManager, IShapeFactory shapeFactory, ISiteService siteService, IFeedManager feedManager ) : System

Private Methods

Method Description
Display ( int id, Orchard.UI.Navigation.PagerParameters pagerParameters ) : System.Web.Mvc.ActionResult

Method Details

ItemController() public method

public ItemController ( IContentManager contentManager, IShapeFactory shapeFactory, ISiteService siteService, IFeedManager feedManager ) : System
contentManager IContentManager
shapeFactory IShapeFactory
siteService ISiteService
feedManager IFeedManager
return System