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

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

공개 메소드들

메소드 설명
WorkAssignmentController ( IWorkAssignmentService workAssignmentService, IWorkerService workerService, IWorkOrderService workOrderService, IWorkerSigninService signinService, ILookupCache lc ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AjaxHandler ( jQueryDataTableParam param ) : System.Web.Mvc.ActionResult
Assign ( int waid, int wsiid, string userName ) : System.Web.Mvc.ActionResult
Create ( WorkAssignment assignment, string userName ) : System.Web.Mvc.ActionResult
Create ( int WorkOrderID, string _description ) : System.Web.Mvc.ActionResult
Delete ( int id, System.Web.Mvc.FormCollection collection, string user ) : System.Web.Mvc.JsonResult
Duplicate ( int id, string userName ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id, int workerAssignedID, string userName ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Unassign ( int waid, int wsiid, string userName ) : System.Web.Mvc.JsonResult
View ( int id ) : System.Web.Mvc.ActionResult
_getStatus ( WorkAssignment asmt ) : string
_getTabLabel ( WorkAssignment wa ) : string
_getTabRef ( WorkAssignment wa ) : string

메소드 상세

Initialize() 보호된 메소드

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

WorkAssignmentController() 공개 메소드

public WorkAssignmentController ( IWorkAssignmentService workAssignmentService, IWorkerService workerService, IWorkOrderService workOrderService, IWorkerSigninService signinService, ILookupCache lc ) : System
workAssignmentService IWorkAssignmentService
workerService IWorkerService
workOrderService IWorkOrderService
signinService IWorkerSigninService
lc ILookupCache
리턴 System