C# Class AwesomeKiosk.Controllers.AppMgmtController

Inheritance: Controller
Afficher le fichier Open project: jacobsky/CST_326_TeamAwesomeKiosk

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Edit() public méthode

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

ViewApp() public méthode

public ViewApp ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

ViewApps() public méthode

public ViewApps ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

getAnswer() public méthode

public getAnswer ( string id, string ans ) : String
id string
ans string
Résultat String

getFName() public méthode

public getFName ( int id ) : String
id int
Résultat String

getLName() public méthode

public getLName ( int id ) : String
id int
Résultat String

getNumber() public méthode

public getNumber ( int id ) : String
id int
Résultat String

getQuestion() public méthode

public getQuestion ( string id ) : String
id string
Résultat String