C# 클래스 Machete.Web.Controllers.ActivityController

상속: MacheteController
파일 보기 프로젝트 열기: SavageLearning/Machete

공개 메소드들

메소드 설명
ActivityController ( IActivityService aServ, LookupCache lc ) : System
AjaxHandler ( jQueryDataTableParam param ) : System.Web.Mvc.JsonResult

GET: /Activity/AjaxHandler

보호된 메소드들

메소드 설명
Initialize ( System.Web.Routing.RequestContext requestContext ) : void

비공개 메소드들

메소드 설명
Assign ( int personID, List actList, string userName ) : System.Web.Mvc.JsonResult
Create ( ) : System.Web.Mvc.ActionResult
Create ( Activity activ, string userName ) : System.Web.Mvc.JsonResult
CreateMany ( int id ) : System.Web.Mvc.ActionResult
CreateMany ( ActivitySchedule actSched, string userName ) : System.Web.Mvc.JsonResult
CreateManyTabLabel ( Activity act ) : string
CreateManyTabRef ( Activity act ) : string
Delete ( int id, string userName ) : System.Web.Mvc.JsonResult
DeleteMany ( int id, string userName ) : System.Web.Mvc.JsonResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id, System.Web.Mvc.FormCollection collection, string userName ) : System.Web.Mvc.JsonResult
EditTabLabel ( Activity act ) : string
EditTabRef ( Activity act ) : string
Index ( ) : System.Web.Mvc.ActionResult
Unassign ( int personID, List actList, string userName ) : System.Web.Mvc.JsonResult
dtResponse ( Activity p ) : object

메소드 상세

ActivityController() 공개 메소드

public ActivityController ( IActivityService aServ, LookupCache lc ) : System
aServ IActivityService
lc Machete.Service.LookupCache
리턴 System

AjaxHandler() 공개 메소드

GET: /Activity/AjaxHandler
public AjaxHandler ( jQueryDataTableParam param ) : System.Web.Mvc.JsonResult
param Machete.Web.Helpers.jQueryDataTableParam
리턴 System.Web.Mvc.JsonResult

Initialize() 보호된 메소드

protected Initialize ( System.Web.Routing.RequestContext requestContext ) : void
requestContext System.Web.Routing.RequestContext
리턴 void