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

Inheritance: Controller
Afficher le fichier Open project: edgecomputing/cats Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

ClosePlan() public méthode

public ClosePlan ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

PlanController() public méthode

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

Plan_Read() public méthode

public Plan_Read ( [ request, int id ) : System.Web.Mvc.ActionResult
request [
id int
Résultat System.Web.Mvc.ActionResult