C# 클래스 EventServer.UI.Controllers.SpeakersController

상속: AppController
파일 보기 프로젝트 열기: roundtable/EventServer

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
Show ( int id, string name ) : System.Web.Mvc.ActionResult
SpeakerMenuWidget ( ) : System.Web.Mvc.ActionResult
SpeakersController ( IRepository repository, ICurrentUserService currentUser ) : System

비공개 메소드들

메소드 설명
Create ( SpeakersEditModel model ) : System.Web.Mvc.ActionResult
Create ( int id ) : System.Web.Mvc.ActionResult
Edit ( SpeakersEditModel model ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

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

Show() 공개 메소드

public Show ( int id, string name ) : System.Web.Mvc.ActionResult
id int
name string
리턴 System.Web.Mvc.ActionResult

SpeakerMenuWidget() 공개 메소드

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

SpeakersController() 공개 메소드

public SpeakersController ( IRepository repository, ICurrentUserService currentUser ) : System
repository IRepository
currentUser ICurrentUserService
리턴 System