C# 클래스 MahTweets.TwitterPlugin.Logic.TwitterSearchClassic

상속: ISearchProvider
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
AddSearchTerm ( string term ) : void
Refresh ( ) : void
RemoveSearchTerm ( string term ) : void
Setup ( ) : void
ShowSettings ( ) : void
Start ( IStatusUpdateService updateRepository ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
HandleSearchResults ( Hammock.RestRequest request, Hammock.RestResponse response, object obj ) : void
RefreshInternal ( ) : void
SearchInternal ( string term ) : void
TwitterSearchClassic ( IContactsRepository contactsRepository, IPluginRepository pluginRepository ) : System

메소드 상세

AddSearchTerm() 공개 메소드

public AddSearchTerm ( string term ) : void
term string
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

RemoveSearchTerm() 공개 메소드

public RemoveSearchTerm ( string term ) : void
term string
리턴 void

Setup() 공개 메소드

public Setup ( ) : void
리턴 void

ShowSettings() 공개 메소드

public ShowSettings ( ) : void
리턴 void

Start() 공개 메소드

public Start ( IStatusUpdateService updateRepository ) : void
updateRepository IStatusUpdateService
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void