C# 클래스 YouConf.Controllers.ConferenceController

상속: BaseController
파일 보기 프로젝트 열기: phillee007/youconf 1 사용 예제들

공개 메소드들

메소드 설명
All ( ) : System.Web.Mvc.ActionResult
ConferenceController ( IYouConfDbContext youConfDbContext ) : System
Details ( string hashTag ) : System.Web.Mvc.ActionResult
Live ( string hashTag ) : System.Web.Mvc.ActionResult
Lookup ( string conferenceHashTag ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
HttpUnauthorized ( ) : System.Web.Mvc.HttpUnauthorizedResult

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( Conference conference ) : System.Web.Mvc.ActionResult
Delete ( string hashTag ) : System.Web.Mvc.ActionResult
DeleteConfirm ( string hashTag ) : System.Web.Mvc.ActionResult
Edit ( string hashTag ) : System.Web.Mvc.ActionResult
Edit ( string currentHashTag, Conference conference ) : System.Web.Mvc.ActionResult
IsConferenceHashTagAvailable ( string hashTag ) : bool
IsCurrentUserAuthorizedToAdministerConference ( Conference conference ) : bool
Manage ( ) : System.Web.Mvc.ActionResult

메소드 상세

All() 공개 메소드

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

ConferenceController() 공개 메소드

public ConferenceController ( IYouConfDbContext youConfDbContext ) : System
youConfDbContext IYouConfDbContext
리턴 System

Details() 공개 메소드

public Details ( string hashTag ) : System.Web.Mvc.ActionResult
hashTag string
리턴 System.Web.Mvc.ActionResult

HttpUnauthorized() 보호된 메소드

protected HttpUnauthorized ( ) : System.Web.Mvc.HttpUnauthorizedResult
리턴 System.Web.Mvc.HttpUnauthorizedResult

Live() 공개 메소드

public Live ( string hashTag ) : System.Web.Mvc.ActionResult
hashTag string
리턴 System.Web.Mvc.ActionResult

Lookup() 공개 메소드

public Lookup ( string conferenceHashTag ) : System.Web.Mvc.ActionResult
conferenceHashTag string
리턴 System.Web.Mvc.ActionResult