C# Class SpeakerNet.Controllers.SpeakerSessionController

Inheritance: SpeakerNetController
Mostra file Open project: dotnet-koelnbonn/SpeakerNet

Public Methods

Method 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

Method 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 method

public CreateSession ( System.Guid speakerId ) : System.Web.Mvc.ActionResult
speakerId System.Guid
return System.Web.Mvc.ActionResult

Details() public method

public Details ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult
speakerId System.Guid
id int
return System.Web.Mvc.ActionResult

EditSession() public method

public EditSession ( System.Guid speakerId, int id ) : System.Web.Mvc.ActionResult
speakerId System.Guid
id int
return System.Web.Mvc.ActionResult

List() public method

public List ( System.Guid speakerId ) : System.Web.Mvc.ActionResult
speakerId System.Guid
return System.Web.Mvc.ActionResult

SpeakerSessionController() public method

public SpeakerSessionController ( ISpeakerSessionService service ) : System
service ISpeakerSessionService
return System