C# 클래스 TweetHarbor.Controllers.NotifyController

상속: Controller
파일 보기 프로젝트 열기: sethwebster/TweetHarbor 1 사용 예제들

공개 메소드들

메소드 설명
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