C# Класс Postworthy.Web.Bot.Controllers.BotCommandController

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

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

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