C# Класс TweetHarbor.Controllers.NotifyController

Наследование: Controller
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
New ( ) : System.Web.Mvc.ActionResult
NotifyController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitter, ITweetHarborTextMessageService textMessageService ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

New() публичный Метод

public New ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

NotifyController() публичный Метод

public NotifyController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitter, ITweetHarborTextMessageService textMessageService ) : System
database ITweetHarborDbContext
twitter ITweetHarborTwitterService
textMessageService ITweetHarborTextMessageService
Результат System