C# Class Nop.Web.Controllers.PrivateMessagesController

Inheritance: BaseNopController
Afficher le fichier Open project: jimmy00784/nopCommerce-Linux-Mysql

Méthodes publiques

Méthode Description
DeletePM ( int privateMessageId ) : System.Web.Mvc.ActionResult
Index ( int page, string tab ) : System.Web.Mvc.ActionResult
PrivateMessagesController ( IForumService forumService, ICustomerService customerService, IWorkContext workContext, IDateTimeHelper dateTimeHelper, Nop.Core.Domain.Forums.ForumSettings forumSettings, CustomerSettings customerSettings ) : System
SendPM ( int toCustomerId, int replyToMessageId ) : System.Web.Mvc.ActionResult
ViewPM ( int privateMessageId ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
AllowPrivateMessages ( ) : bool
DeleteInboxPM ( System.Web.Mvc.FormCollection formCollection ) : System.Web.Mvc.ActionResult
DeleteSentPM ( System.Web.Mvc.FormCollection formCollection ) : System.Web.Mvc.ActionResult
Inbox ( int page, string tab ) : System.Web.Mvc.ActionResult
MarkUnread ( System.Web.Mvc.FormCollection formCollection ) : System.Web.Mvc.ActionResult
SendPM ( Nop.Web.Models.PrivateMessages.SendPrivateMessageModel model ) : System.Web.Mvc.ActionResult
SentItems ( int page, string tab ) : System.Web.Mvc.ActionResult

Method Details

DeletePM() public méthode

public DeletePM ( int privateMessageId ) : System.Web.Mvc.ActionResult
privateMessageId int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( int page, string tab ) : System.Web.Mvc.ActionResult
page int
tab string
Résultat System.Web.Mvc.ActionResult

PrivateMessagesController() public méthode

public PrivateMessagesController ( IForumService forumService, ICustomerService customerService, IWorkContext workContext, IDateTimeHelper dateTimeHelper, Nop.Core.Domain.Forums.ForumSettings forumSettings, CustomerSettings customerSettings ) : System
forumService IForumService
customerService ICustomerService
workContext IWorkContext
dateTimeHelper IDateTimeHelper
forumSettings Nop.Core.Domain.Forums.ForumSettings
customerSettings Nop.Core.Domain.Customers.CustomerSettings
Résultat System

SendPM() public méthode

public SendPM ( int toCustomerId, int replyToMessageId ) : System.Web.Mvc.ActionResult
toCustomerId int
replyToMessageId int
Résultat System.Web.Mvc.ActionResult

ViewPM() public méthode

public ViewPM ( int privateMessageId ) : System.Web.Mvc.ActionResult
privateMessageId int
Résultat System.Web.Mvc.ActionResult