Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ViewResult | ||
DefectsController ( IRepository |
||
Index ( ) : System.Web.Mvc.ViewResult |
Method | Description | |
---|---|---|
Create ( ProductDevelopment.Web.Models.Defect defect ) : System.Web.Mvc.ActionResult | ||
InputModel ( ) : ProductDevelopment.Web.Models.DefectInputModel | ||
ProjectSelectList ( ) : System.Web.Mvc.SelectList | ||
SeveritySelectList ( ) : System.Web.Mvc.SelectList | ||
UserSelectList ( ) : System.Web.Mvc.SelectList | ||
ViewModels ( ) : IQueryable |
public Create ( ) : System.Web.Mvc.ViewResult | ||
return | System.Web.Mvc.ViewResult |
public DefectsController ( IRepository |
||
defectRepo | IRepository |
|
projectRepo | IRepository |
|
userRepo | IUserRepository | |
severityRepo | IRepository |
|
return | System |