C# 클래스 Postworthy.Web.Bot.Controllers.BotCommandController

상속: Controller
파일 보기 프로젝트 열기: postworthy/postworthy

공개 메소드들

메소드 설명
AddKeyword ( string id ) : System.Web.Mvc.JsonResult
BotCommandController ( ) : System
IgnoreKeyword ( string id ) : System.Web.Mvc.JsonResult
IgnoreTweep ( string id ) : System.Web.Mvc.JsonResult
Refresh ( ) : System.Web.Mvc.JsonResult
RemovePotentialRetweet ( string id ) : System.Web.Mvc.JsonResult
RemovePotentialTweet ( string id ) : System.Web.Mvc.JsonResult
TargetTweep ( string id ) : System.Web.Mvc.JsonResult

메소드 상세

AddKeyword() 공개 메소드

public AddKeyword ( string id ) : System.Web.Mvc.JsonResult
id string
리턴 System.Web.Mvc.JsonResult

BotCommandController() 공개 메소드

public BotCommandController ( ) : System
리턴 System

IgnoreKeyword() 공개 메소드

public IgnoreKeyword ( string id ) : System.Web.Mvc.JsonResult
id string
리턴 System.Web.Mvc.JsonResult

IgnoreTweep() 공개 메소드

public IgnoreTweep ( string id ) : System.Web.Mvc.JsonResult
id string
리턴 System.Web.Mvc.JsonResult

Refresh() 공개 메소드

public Refresh ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

RemovePotentialRetweet() 공개 메소드

public RemovePotentialRetweet ( string id ) : System.Web.Mvc.JsonResult
id string
리턴 System.Web.Mvc.JsonResult

RemovePotentialTweet() 공개 메소드

public RemovePotentialTweet ( string id ) : System.Web.Mvc.JsonResult
id string
리턴 System.Web.Mvc.JsonResult

TargetTweep() 공개 메소드

public TargetTweep ( string id ) : System.Web.Mvc.JsonResult
id string
리턴 System.Web.Mvc.JsonResult