C# Class Orchard.CustomForms.Controllers.AdminController

Inheritance: Controller
Mostra file Open project: ucdavis/Orchard

Private Properties

Property Type Description
Index System.Web.Mvc.ActionResult

Public Methods

Method Description
AdminController ( IOrchardServices services, IShapeFactory shapeFactory, ISiteService siteService ) : System.Collections.Generic
Index ( Orchard.CustomForms.ViewModels.CustomFormIndexOptions options, Orchard.UI.Navigation.PagerParameters pagerParameters ) : System.Web.Mvc.ActionResult
Item ( int id, Orchard.UI.Navigation.PagerParameters pagerParameters ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Index ( System.Web.Mvc.FormCollection input ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public method

public AdminController ( IOrchardServices services, IShapeFactory shapeFactory, ISiteService siteService ) : System.Collections.Generic
services IOrchardServices
shapeFactory IShapeFactory
siteService ISiteService
return System.Collections.Generic

Index() public method

public Index ( Orchard.CustomForms.ViewModels.CustomFormIndexOptions options, Orchard.UI.Navigation.PagerParameters pagerParameters ) : System.Web.Mvc.ActionResult
options Orchard.CustomForms.ViewModels.CustomFormIndexOptions
pagerParameters Orchard.UI.Navigation.PagerParameters
return System.Web.Mvc.ActionResult

Item() public method

public Item ( int id, Orchard.UI.Navigation.PagerParameters pagerParameters ) : System.Web.Mvc.ActionResult
id int
pagerParameters Orchard.UI.Navigation.PagerParameters
return System.Web.Mvc.ActionResult