C# Class ProductDevelopment.Web.Controllers.DefectsController

Inheritance: Controller
Mostra file Open project: techthrowdown/Rails-vs-.NET Class Usage Examples

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ViewResult
DefectsController ( IRepository defectRepo, IRepository projectRepo, IUserRepository userRepo, IRepository severityRepo ) : System
Index ( ) : System.Web.Mvc.ViewResult

Private Methods

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

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

DefectsController() public method

public DefectsController ( IRepository defectRepo, IRepository projectRepo, IUserRepository userRepo, IRepository severityRepo ) : System
defectRepo IRepository
projectRepo IRepository
userRepo IUserRepository
severityRepo IRepository
return System

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult