C# Class TweetHarbor.Controllers.NotifyController

Inheritance: Controller
Mostra file Open project: sethwebster/TweetHarbor Class Usage Examples

Public Methods

Method Description
New ( ) : System.Web.Mvc.ActionResult
NotifyController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitter, ITweetHarborTextMessageService textMessageService ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateProjectIfNecessary ( TweetHarbor.Models.Notification notification, Models user ) : Project
DeTokenizeString ( string input, Project project, TweetHarbor.Models.Notification notification ) : string
New ( string Id, string token, TweetHarbor.Models.Notification notification ) : System.Web.Mvc.JsonResult
SaveNotification ( TweetHarbor.Models.Notification notification, Project project ) : void
SendDirectMessages ( Project project, string update ) : void
SendSmsMessages ( Project project, string update ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

New() public method

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

NotifyController() public method

public NotifyController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitter, ITweetHarborTextMessageService textMessageService ) : System
database ITweetHarborDbContext
twitter ITweetHarborTwitterService
textMessageService ITweetHarborTextMessageService
return System