C# 클래스 Badges.Areas.Admin.Controllers.OutcomeController

Controller for the Outcome class
상속: Badges.Controllers.ApplicationController
파일 보기 프로젝트 열기: ucdavis/Badges

공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
OutcomeController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System

비공개 메소드들

메소드 설명
Create ( OutcomeViewModel model ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id, Outcome outcome ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id, OutcomeViewModel model ) : System.Web.Mvc.ActionResult

메소드 상세

Create() 공개 메소드

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

Edit() 공개 메소드

public Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

OutcomeController() 공개 메소드

public OutcomeController ( IRepositoryFactory repositoryFactory, IFileService fileService ) : System
repositoryFactory IRepositoryFactory
fileService IFileService
리턴 System