C# 클래스 ProductDevelopment.Web.Controllers.DefectsController

상속: Controller
파일 보기 프로젝트 열기: techthrowdown/Rails-vs-.NET 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ViewResult
DefectsController ( IRepository defectRepo, IRepository projectRepo, IUserRepository userRepo, IRepository severityRepo ) : System
Index ( ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

DefectsController() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult