C# Class Connect.DNN.Modules.Conference.Controllers.SessionController

Inheritance: Connect.DNN.Modules.Conference.Common.ConferenceMvcController
显示文件 Open project: DNN-Connect/Conference

Public Methods

Method Description
SessionController ( ) : System.Collections.Generic
SessionController ( ISessionRepository repository ) : System.Collections.Generic

Private Methods

Method Description
Edit ( Connect.Conference.Core.Models.Sessions.SessionBase session ) : System.Web.Mvc.ActionResult
Edit ( int conferenceId, int sessionId ) : System.Web.Mvc.ActionResult
HandleTags ( Connect.Conference.Core.Models.Sessions.SessionBase session ) : void
Submit ( Connect.Conference.Core.Models.Sessions.SessionBase session ) : System.Web.Mvc.ActionResult
Submit ( int conferenceId, int sessionId ) : System.Web.Mvc.ActionResult
View ( ) : System.Web.Mvc.ActionResult
View ( int conferenceId, int sessionId ) : System.Web.Mvc.ActionResult

Method Details

SessionController() public method

public SessionController ( ) : System.Collections.Generic
return System.Collections.Generic

SessionController() public method

public SessionController ( ISessionRepository repository ) : System.Collections.Generic
repository ISessionRepository
return System.Collections.Generic