C# Класс Cats.Areas.EarlyWarning.Controllers.PlanController

Наследование: Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Create ( Plan plan ) : System.Web.Mvc.ActionResult
Edit ( Plan plan ) : System.Web.Mvc.ActionResult
GetPlan ( IEnumerable plans ) : IEnumerable

Описание методов

ClosePlan() публичный Метод

public ClosePlan ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Create() публичный Метод

public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Edit() публичный Метод

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

PlanController() публичный Метод

public PlanController ( IPlanService hrdPlanService, IUserAccountService userAccountService, ICommonService commonService, INeedAssessmentService needAssessmentService, IHRDService hrdService ) : System
hrdPlanService IPlanService
userAccountService IUserAccountService
commonService ICommonService
needAssessmentService INeedAssessmentService
hrdService IHRDService
Результат System

Plan_Read() публичный Метод

public Plan_Read ( [ request, int id ) : System.Web.Mvc.ActionResult
request [
id int
Результат System.Web.Mvc.ActionResult