C# Class TweetHarbor.Controllers.NotifyController

Inheritance: Controller
Afficher le fichier Open project: sethwebster/TweetHarbor Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

New() public méthode

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

NotifyController() public méthode

public NotifyController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitter, ITweetHarborTextMessageService textMessageService ) : System
database ITweetHarborDbContext
twitter ITweetHarborTwitterService
textMessageService ITweetHarborTextMessageService
Résultat System