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 |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
ViewApp ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ViewApp ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ViewApps ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public getAnswer ( string id, string ans ) : String | ||
id | string | |
ans | string | |
return | String |