C# Class Cats.Areas.EarlyWarning.Controllers.PlanController

Inheritance: Controller
Datei anzeigen Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
ClosePlan ( int id ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int id ) : System.Web.Mvc.ActionResult
PlanController ( IPlanService hrdPlanService, IUserAccountService userAccountService, ICommonService commonService, INeedAssessmentService needAssessmentService, IHRDService hrdService ) : System
Plan_Read ( [ request, int id ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( Plan plan ) : System.Web.Mvc.ActionResult
Edit ( Plan plan ) : System.Web.Mvc.ActionResult
GetPlan ( IEnumerable plans ) : IEnumerable

Method Details

ClosePlan() public method

public ClosePlan ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

public Index ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

PlanController() public method

public PlanController ( IPlanService hrdPlanService, IUserAccountService userAccountService, ICommonService commonService, INeedAssessmentService needAssessmentService, IHRDService hrdService ) : System
hrdPlanService IPlanService
userAccountService IUserAccountService
commonService ICommonService
needAssessmentService INeedAssessmentService
hrdService IHRDService
return System

Plan_Read() public method

public Plan_Read ( [ request, int id ) : System.Web.Mvc.ActionResult
request [
id int
return System.Web.Mvc.ActionResult