Method | Description | |
---|---|---|
Completed ( ) : System.Web.Mvc.ActionResult |
Displays list of completed projects
|
|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id, bool publicList = false ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Manage ( ) : System.Web.Mvc.ActionResult |
Reorder and organize projects
|
|
ProjectController ( IRepository |
||
Public ( ) : System.Web.Mvc.ActionResult |
View a list of all public projects
|
Method | Description | |
---|---|---|
Create ( |
||
Delete ( int id, Project project ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, Project project ) : System.Web.Mvc.ActionResult | ||
UpdateProjectOrder ( int workgroupId, List |
public Completed ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
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, bool publicList = false ) : System.Web.Mvc.ActionResult | ||
id | int | |
publicList | bool | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Manage ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProjectController ( IRepository |
||
projectRepository | IRepository |
|
projectWorkgroupRepository | IRepository |
|
accessValidator | IAccessValidatorService | |
return | System |
public Public ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |