C# Class YouConf.Controllers.ConferenceController

Inheritance: BaseController
Afficher le fichier Open project: phillee007/youconf Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
HttpUnauthorized ( ) : System.Web.Mvc.HttpUnauthorizedResult

Private Methods

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

Method Details

All() public méthode

public All ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ConferenceController() public méthode

public ConferenceController ( IYouConfDbContext youConfDbContext ) : System
youConfDbContext IYouConfDbContext
Résultat System

Details() public méthode

public Details ( string hashTag ) : System.Web.Mvc.ActionResult
hashTag string
Résultat System.Web.Mvc.ActionResult

HttpUnauthorized() protected méthode

protected HttpUnauthorized ( ) : System.Web.Mvc.HttpUnauthorizedResult
Résultat System.Web.Mvc.HttpUnauthorizedResult

Live() public méthode

public Live ( string hashTag ) : System.Web.Mvc.ActionResult
hashTag string
Résultat System.Web.Mvc.ActionResult

Lookup() public méthode

public Lookup ( string conferenceHashTag ) : System.Web.Mvc.ActionResult
conferenceHashTag string
Résultat System.Web.Mvc.ActionResult