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

Inheritance: Controller
Datei anzeigen Open project: postworthy/postworthy

Public Methods

Method 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 method

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

BotCommandController() public method

public BotCommandController ( ) : System
return System

IgnoreKeyword() public method

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

IgnoreTweep() public method

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

Refresh() public method

public Refresh ( ) : System.Web.Mvc.JsonResult
return System.Web.Mvc.JsonResult

RemovePotentialRetweet() public method

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

RemovePotentialTweet() public method

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

TargetTweep() public method

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