C# 클래스 Cats.Areas.EarlyWarning.Controllers.PlanController

상속: Controller
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
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