C# Class MahTweets.TwitterPlugin.Logic.TwitterSearchClassic

Inheritance: ISearchProvider
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode Description
AddSearchTerm ( string term ) : void
Refresh ( ) : void
RemoveSearchTerm ( string term ) : void
Setup ( ) : void
ShowSettings ( ) : void
Start ( IStatusUpdateService updateRepository ) : void
Stop ( ) : void

Private Methods

Méthode Description
HandleSearchResults ( Hammock.RestRequest request, Hammock.RestResponse response, object obj ) : void
RefreshInternal ( ) : void
SearchInternal ( string term ) : void
TwitterSearchClassic ( IContactsRepository contactsRepository, IPluginRepository pluginRepository ) : System

Method Details

AddSearchTerm() public méthode

public AddSearchTerm ( string term ) : void
term string
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

RemoveSearchTerm() public méthode

public RemoveSearchTerm ( string term ) : void
term string
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void

ShowSettings() public méthode

public ShowSettings ( ) : void
Résultat void

Start() public méthode

public Start ( IStatusUpdateService updateRepository ) : void
updateRepository IStatusUpdateService
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void