C# Class SpeakerNet.Controllers.SpeakerController

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

Public Methods

Method Description
Details ( System.Guid id ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
Help ( System.Guid id ) : System.Web.Mvc.ActionResult
SpeakerController ( ISpeakerService speakerService, ISendMailService mailService ) : System

Private Methods

Method Description
AddTemplates ( SpeakerSendMailModel sendMailModel ) : void
Create ( ) : System.Web.Mvc.ActionResult
Create ( CreateSpeakerModel model ) : System.Web.Mvc.ActionResult
EditCommand ( System.Guid id, SpeakerEditModel model ) : System.Web.Mvc.ActionResult
GetSpeakerUrl ( System.Guid speakerId ) : string
GetTemplate ( System.Guid speakerId, System.Guid templateId ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult
SendMail ( System.Guid id ) : System.Web.Mvc.ActionResult
SendMail ( System.Guid id, SpeakerSendMailModel model ) : System.Web.Mvc.ActionResult

Method Details

Details() public method

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

Edit() public method

public Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
return System.Web.Mvc.ActionResult

Help() public method

public Help ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
return System.Web.Mvc.ActionResult

SpeakerController() public method

public SpeakerController ( ISpeakerService speakerService, ISendMailService mailService ) : System
speakerService ISpeakerService
mailService ISendMailService
return System