Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( long id ) : System.Web.Mvc.ActionResult | ||
Details ( long id ) : System.Web.Mvc.ViewResult | ||
Edit ( long id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( Hypothesis hypothesis ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( long id ) : System.Web.Mvc.ActionResult | ||
Edit ( Hypothesis hypothesis ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |
public Details ( long id ) : System.Web.Mvc.ViewResult | ||
id | long | |
return | System.Web.Mvc.ViewResult |
public Edit ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
return | System.Web.Mvc.ActionResult |