C# Class SpeakerNet.Controllers.SpeakerSessionController

Inheritance: SpeakerNetController
Afficher le fichier Open project: dotnet-koelnbonn/SpeakerNet

Méthodes publiques

Méthode Description
CreateSession ( System.Guid speakerId ) : System.Web.Mvc.ActionResult
Details ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult
EditSession ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult
List ( System.Guid speakerId ) : System.Web.Mvc.ActionResult
SpeakerSessionController ( ISpeakerSessionService service ) : System

Private Methods

Méthode Description
CreateSession ( System.Guid speakerId, CreateSessionModel model ) : System.Web.Mvc.ActionResult
EditSession ( System.Guid speakerId, int id, EditSessionModel model ) : System.Web.Mvc.ActionResult
SetSelectLists ( ISessionSelectLists model ) : void
ToogleSelected ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult

Method Details

CreateSession() public méthode

public CreateSession ( System.Guid speakerId ) : System.Web.Mvc.ActionResult
speakerId System.Guid
Résultat System.Web.Mvc.ActionResult

Details() public méthode

public Details ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult
speakerId System.Guid
id int
Résultat System.Web.Mvc.ActionResult

EditSession() public méthode

public EditSession ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult
speakerId System.Guid
id int
Résultat System.Web.Mvc.ActionResult

List() public méthode

public List ( System.Guid speakerId ) : System.Web.Mvc.ActionResult
speakerId System.Guid
Résultat System.Web.Mvc.ActionResult

SpeakerSessionController() public méthode

public SpeakerSessionController ( ISpeakerSessionService service ) : System
service ISpeakerSessionService
Résultat System