C# Class Machete.Web.Controllers.WorkerSigninController

Inheritance: MacheteController
Mostrar archivo Open project: SavageLearning/Machete

Public Methods

Method Description
WorkerSigninController ( IWorkerSigninService workerSigninService, IWorkerService workerService, LookupCache lc ) : System

Protected Methods

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

Private Methods

Method Description
AjaxHandler ( jQueryDataTableParam param ) : System.Web.Mvc.ActionResult
Delete ( int id, string userName ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult
Index ( int dwccardnum, System.DateTime dateforsignin, string userName ) : System.Web.Mvc.ActionResult
ListDuplicate ( System.DateTime todaysdate, string userName ) : System.Web.Mvc.ActionResult
SigninDuplicate ( System.DateTime todaysdate, string userName ) : System.Web.Mvc.ActionResult
_getSkillCodes ( int eng, int sk1, int sk2, int sk3 ) : string
clearLottery ( int id, string userName ) : System.Web.Mvc.ActionResult
lotterySignin ( int lotterycardnum, string lotterysignindate, string userName ) : System.Web.Mvc.ActionResult
moveDown ( int id, string userName ) : System.Web.Mvc.ActionResult
moveUp ( int id, string userName ) : System.Web.Mvc.ActionResult

Method Details

Initialize() protected method

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

WorkerSigninController() public method

public WorkerSigninController ( IWorkerSigninService workerSigninService, IWorkerService workerService, LookupCache lc ) : System
workerSigninService IWorkerSigninService
workerService IWorkerService
lc Machete.Service.LookupCache
return System