C# Class Machete.Web.Controllers.WorkAssignmentController

Inheritance: MacheteController
Mostrar archivo Open project: SavageLearning/Machete Class Usage Examples

Public Methods

Method Description
WorkAssignmentController ( IWorkAssignmentService workAssignmentService, IWorkerService workerService, IWorkOrderService workOrderService, IWorkerSigninService signinService, ILookupCache lc ) : System

Protected Methods

Method Description
Initialize ( System.Web.Routing.RequestContext requestContext ) : void

Private Methods

Method Description
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

Method Details

Initialize() protected method

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

WorkAssignmentController() public method

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