C# Класс Nop.Plugin.WebApi.MobSocial.Controllers.EventPageController

Наследование: Nop.Web.Controllers.BasePublicController
Показать файл Открыть проект

Открытые методы

Метод Описание
EventPageController ( IForumService forumService, ILocalizationService localizationService, IPictureService pictureService, ICountryService countryService, ICustomerService customerService, IDateTimeHelper dateTimeHelper, Nop.Core.Domain.Forums.ForumSettings forumSettings, CustomerSettings customerSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IEventPageService eventPageService, mobSocialSettings mobSocialSettings, IEventPageAttendanceService eventPageAttendanceService, IMobSocialService mobSocialService, IWorkContext workContext ) : System
EventPageSearchAutoComplete ( string term ) : System.Web.Mvc.ActionResult
Index ( int id, int page ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
GetAttendance ( int start, int count, int attendanceStatusId ) : System.Web.Mvc.ActionResult
GetCustomerAttendanceStatus ( int eventPageId ) : System.Web.Mvc.ActionResult
GetGoing ( int eventPageId ) : System.Web.Mvc.ActionResult
GetInvited ( int eventPageId ) : System.Web.Mvc.ActionResult
GetMaybe ( int eventPageId ) : System.Web.Mvc.ActionResult
GetNotGoing ( int eventPageId ) : System.Web.Mvc.ActionResult
GetUninvitedFriends ( int eventPageId, int index ) : System.Web.Mvc.ActionResult
InviteFriends ( int eventPageId, int customerIds ) : System.Web.Mvc.ActionResult
UpdateAttendanceStatus ( int eventPageId, int attendanceStatusId ) : System.Web.Mvc.ActionResult

Описание методов

EventPageController() публичный Метод

public EventPageController ( IForumService forumService, ILocalizationService localizationService, IPictureService pictureService, ICountryService countryService, ICustomerService customerService, IDateTimeHelper dateTimeHelper, Nop.Core.Domain.Forums.ForumSettings forumSettings, CustomerSettings customerSettings, Nop.Core.Domain.Media.MediaSettings mediaSettings, IEventPageService eventPageService, mobSocialSettings mobSocialSettings, IEventPageAttendanceService eventPageAttendanceService, IMobSocialService mobSocialService, IWorkContext workContext ) : System
forumService IForumService
localizationService ILocalizationService
pictureService IPictureService
countryService ICountryService
customerService ICustomerService
dateTimeHelper IDateTimeHelper
forumSettings Nop.Core.Domain.Forums.ForumSettings
customerSettings Nop.Core.Domain.Customers.CustomerSettings
mediaSettings Nop.Core.Domain.Media.MediaSettings
eventPageService IEventPageService
mobSocialSettings mobSocialSettings
eventPageAttendanceService IEventPageAttendanceService
mobSocialService IMobSocialService
workContext IWorkContext
Результат System

EventPageSearchAutoComplete() публичный Метод

public EventPageSearchAutoComplete ( string term ) : System.Web.Mvc.ActionResult
term string
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( int id, int page ) : System.Web.Mvc.ActionResult
id int
page int
Результат System.Web.Mvc.ActionResult