C# 클래스 AwesomeKiosk.Controllers.AppMgmtController

상속: Controller
파일 보기 프로젝트 열기: jacobsky/CST_326_TeamAwesomeKiosk

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
ViewApp ( int id ) : System.Web.Mvc.ActionResult
ViewApps ( ) : System.Web.Mvc.ActionResult
getAnswer ( string id, string ans ) : String
getFName ( int id ) : String
getLName ( int id ) : String
getNumber ( int id ) : String
getQuestion ( string id ) : String

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Create ( CompletedApp completedapp ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( CompletedApp completedapp ) : System.Web.Mvc.ActionResult
ViewApp ( CompletedApp app ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

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

Delete() 공개 메소드

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Edit() 공개 메소드

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

Index() 공개 메소드

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

ViewApp() 공개 메소드

public ViewApp ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

ViewApps() 공개 메소드

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

getAnswer() 공개 메소드

public getAnswer ( string id, string ans ) : String
id string
ans string
리턴 String

getFName() 공개 메소드

public getFName ( int id ) : String
id int
리턴 String

getLName() 공개 메소드

public getLName ( int id ) : String
id int
리턴 String

getNumber() 공개 메소드

public getNumber ( int id ) : String
id int
리턴 String

getQuestion() 공개 메소드

public getQuestion ( string id ) : String
id string
리턴 String