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

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

Private Properties

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

공개 메소드들

메소드 설명
AdminController ( IOrchardServices services, IShapeFactory shapeFactory, ISiteService siteService, ISpamService spamService ) : System
Index ( Orchard.AntiSpam.ViewModels.SpamIndexOptions options, Orchard.UI.Navigation.PagerParameters pagerParameters ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Index ( Orchard.AntiSpam.ViewModels.SpamIndexOptions options, IEnumerable itemIds ) : System.Web.Mvc.ActionResult

메소드 상세

AdminController() 공개 메소드

public AdminController ( IOrchardServices services, IShapeFactory shapeFactory, ISiteService siteService, ISpamService spamService ) : System
services IOrchardServices
shapeFactory IShapeFactory
siteService ISiteService
spamService ISpamService
리턴 System

Index() 공개 메소드

public Index ( Orchard.AntiSpam.ViewModels.SpamIndexOptions options, Orchard.UI.Navigation.PagerParameters pagerParameters ) : System.Web.Mvc.ActionResult
options Orchard.AntiSpam.ViewModels.SpamIndexOptions
pagerParameters Orchard.UI.Navigation.PagerParameters
리턴 System.Web.Mvc.ActionResult