Method | Description | |
---|---|---|
Create ( int projectId ) : System.Web.Mvc.ActionResult |
Create a project term for a project
|
|
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( int id ) : System.Web.Mvc.ActionResult |
List of all project terms in a project
|
|
ProjectTermController ( IRepository |
Method | Description | |
---|---|---|
Create ( int projectId, ProjectTerm projectTerm ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, ProjectTerm projectTerm ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, ProjectTerm projectTerm ) : System.Web.Mvc.ActionResult |
public Create ( int projectId ) : System.Web.Mvc.ActionResult | ||
projectId | int | Project Id |
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ProjectTermController ( IRepository |
||
projectRepository | IRepository |
|
projectTermRepository | IRepository |
|
accessValidator | IAccessValidatorService | |
return | System.Web.Mvc |