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

상속: MacheteController
파일 보기 프로젝트 열기: SavageLearning/Machete 1 사용 예제들

공개 메소드들

메소드 설명
WorkerController ( IWorkerService workerService, IPersonService personService, IImageService imageServ, IWorkerCache wc ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AjaxHandler ( jQueryDataTableParam param ) : System.Web.Mvc.ActionResult
Create ( Worker worker, string userName, System.Web.HttpPostedFileBase imagefile ) : System.Web.Mvc.ActionResult
Create ( int ID ) : System.Web.Mvc.ActionResult
Delete ( int id, string user ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id, Worker _model, string userName, System.Web.HttpPostedFileBase imagefile ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
RefreshCache ( ) : System.Web.Mvc.ActionResult
_getStatus ( Worker wkr ) : string

updateImage ( Worker worker, System.Web.HttpPostedFileBase imagefile ) : void

메소드 상세

Initialize() 보호된 메소드

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

WorkerController() 공개 메소드

public WorkerController ( IWorkerService workerService, IPersonService personService, IImageService imageServ, IWorkerCache wc ) : System
workerService IWorkerService
personService IPersonService
imageServ IImageService
wc IWorkerCache
리턴 System