C# Class Orchard.CustomForms.Controllers.AdminController

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

Private Properties

Свойство Type Description
Index System.Web.Mvc.ActionResult

Méthodes publiques

Méthode 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

Méthode Description
Index ( System.Web.Mvc.FormCollection input ) : System.Web.Mvc.ActionResult

Method Details

AdminController() public méthode

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

Index() public méthode

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
Résultat System.Web.Mvc.ActionResult

Item() public méthode

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