C# Class SigTrade.Controllers.MessageController

Inheritance: Controller
Afficher le fichier Open project: unepwcmc/sigtrade

Méthodes publiques

Méthode Description
SendAlerts ( ) : System.Web.Mvc.ActionResult
SendTestEmail ( ) : void

Private Methods

Méthode Description
SendTestEmail ( System.Web.Mvc.FormCollection collection ) : int
build_send_and_log_message ( SigtradeUser user, MessageTemplate template, ParagraphActionCollection paras ) : void
should_send ( System.DateTime deadline, int days_delta ) : bool
write_to_message_log ( MessageLog m ) : void

Method Details

SendAlerts() public méthode

public SendAlerts ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

SendTestEmail() public méthode

public SendTestEmail ( ) : void
Résultat void