Méthode | Description | |
---|---|---|
Delete ( int aid, int ahid ) : System.Web.Mvc.ActionResult | ||
Index ( int id, String name ) : System.Web.Mvc.ActionResult | ||
Revert ( int answerid, String answer, int correct, String weight, string ansnum ) : System.Web.Mvc.ActionResult |
public Delete ( int aid, int ahid ) : System.Web.Mvc.ActionResult | ||
aid | int | |
ahid | int | |
Résultat | System.Web.Mvc.ActionResult |
public Index ( int id, String name ) : System.Web.Mvc.ActionResult | ||
id | int | |
name | String | |
Résultat | System.Web.Mvc.ActionResult |
public Revert ( int answerid, String answer, int correct, String weight, string ansnum ) : System.Web.Mvc.ActionResult | ||
answerid | int | |
answer | String | |
correct | int | |
weight | String | |
ansnum | string | |
Résultat | System.Web.Mvc.ActionResult |