C# Class ProductDevelopment.Web.Controllers.DefectsController

Inheritance: Controller
Afficher le fichier Open project: techthrowdown/Rails-vs-.NET Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Create ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

DefectsController() public méthode

public DefectsController ( IRepository defectRepo, IRepository projectRepo, IUserRepository userRepo, IRepository severityRepo ) : System
defectRepo IRepository
projectRepo IRepository
userRepo IUserRepository
severityRepo IRepository
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult