C# Class SigTrade.Controllers.MessageController

Inheritance: Controller
Mostrar archivo Open project: unepwcmc/sigtrade

Public Methods

Method Description
SendAlerts ( ) : System.Web.Mvc.ActionResult
SendTestEmail ( ) : void

Private Methods

Method 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 method

public SendAlerts ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SendTestEmail() public method

public SendTestEmail ( ) : void
return void