C# Class Postworthy.Web.Bot.Controllers.BotCommandController

Inheritance: Controller
Afficher le fichier Open project: postworthy/postworthy

Méthodes publiques

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

Method Details

AddKeyword() public méthode

public AddKeyword ( string id ) : System.Web.Mvc.JsonResult
id string
Résultat System.Web.Mvc.JsonResult

BotCommandController() public méthode

public BotCommandController ( ) : System
Résultat System

IgnoreKeyword() public méthode

public IgnoreKeyword ( string id ) : System.Web.Mvc.JsonResult
id string
Résultat System.Web.Mvc.JsonResult

IgnoreTweep() public méthode

public IgnoreTweep ( string id ) : System.Web.Mvc.JsonResult
id string
Résultat System.Web.Mvc.JsonResult

Refresh() public méthode

public Refresh ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

RemovePotentialRetweet() public méthode

public RemovePotentialRetweet ( string id ) : System.Web.Mvc.JsonResult
id string
Résultat System.Web.Mvc.JsonResult

RemovePotentialTweet() public méthode

public RemovePotentialTweet ( string id ) : System.Web.Mvc.JsonResult
id string
Résultat System.Web.Mvc.JsonResult

TargetTweep() public méthode

public TargetTweep ( string id ) : System.Web.Mvc.JsonResult
id string
Résultat System.Web.Mvc.JsonResult