Method | Description | |
---|---|---|
AddEntry ( string id, string logEntryId ) : System.Web.Mvc.ActionResult | ||
Create ( string studyId, string name ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Index ( string studyId ) : System.Web.Mvc.ActionResult |
public AddEntry ( string id, string logEntryId ) : System.Web.Mvc.ActionResult | ||
id | string | |
logEntryId | string | |
return | System.Web.Mvc.ActionResult |
public Create ( string studyId, string name ) : System.Web.Mvc.ActionResult | ||
studyId | string | |
name | string | |
return | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Index ( string studyId ) : System.Web.Mvc.ActionResult | ||
studyId | string | |
return | System.Web.Mvc.ActionResult |