C# Class AwesomeKiosk.Controllers.AppMgmtController

Inheritance: Controller
Show file Open project: jacobsky/CST_326_TeamAwesomeKiosk

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
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

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Delete() public method

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

Details() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

ViewApp() public method

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

ViewApps() public method

public ViewApps ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

getAnswer() public method

public getAnswer ( string id, string ans ) : String
id string
ans string
return String

getFName() public method

public getFName ( int id ) : String
id int
return String

getLName() public method

public getLName ( int id ) : String
id int
return String

getNumber() public method

public getNumber ( int id ) : String
id int
return String

getQuestion() public method

public getQuestion ( string id ) : String
id string
return String