C# 클래스 Orchard.CustomForms.Controllers.AdminController

상속: Controller
파일 보기 프로젝트 열기: ucdavis/Orchard

Private Properties

프로퍼티 타입 설명
Index System.Web.Mvc.ActionResult

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Index ( System.Web.Mvc.FormCollection input ) : System.Web.Mvc.ActionResult

메소드 상세

AdminController() 공개 메소드

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

Index() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult

Item() 공개 메소드

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