C# Class MahTweets.TwitterPlugin.Logic.TwitterSearchClassic

Inheritance: ISearchProvider
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

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

Private Methods

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

public AddSearchTerm ( string term ) : void
term string
return void

Refresh() public method

public Refresh ( ) : void
return void

RemoveSearchTerm() public method

public RemoveSearchTerm ( string term ) : void
term string
return void

Setup() public method

public Setup ( ) : void
return void

ShowSettings() public method

public ShowSettings ( ) : void
return void

Start() public method

public Start ( IStatusUpdateService updateRepository ) : void
updateRepository IStatusUpdateService
return void

Stop() public method

public Stop ( ) : void
return void