C# Class Machete.Web.Controllers.WorkerController

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

Public Methods

Method Description
WorkerController ( IWorkerService workerService, IPersonService personService, IImageService imageServ, IWorkerCache wc ) : System

Protected Methods

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

Private Methods

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

Method Details

Initialize() protected method

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

WorkerController() public method

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