C# 클래스 Ui.Mvc.Controllers.DashboardController

상속: Controller
파일 보기 프로젝트 열기: stonemonkey/Internship2013

공개 메소드들

메소드 설명
DashboardController ( ) : System.Collections.Generic
DashboardController ( IDataService dataService ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Approve ( List selectedRequests ) : System.Web.Mvc.PartialViewResult
Deny ( List selectedRequests ) : System.Web.Mvc.PartialViewResult
SetState ( ICollection selectedRequests, VacationRequestState toState, string viewName = "_PmRequests" ) : System.Web.Mvc.PartialViewResult
Submit ( List selectedRequests ) : System.Web.Mvc.PartialViewResult

메소드 상세

DashboardController() 공개 메소드

public DashboardController ( ) : System.Collections.Generic
리턴 System.Collections.Generic

DashboardController() 공개 메소드

public DashboardController ( IDataService dataService ) : System.Collections.Generic
dataService IDataService
리턴 System.Collections.Generic

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult