C# 클래스 Streamer.QueryTrack

상속: TwitterQuery
파일 보기 프로젝트 열기: EddieCameron/Streamer

공개 메소드들

메소드 설명
AddTrack ( string track ) : bool
GetKey ( ) : string
GetParameter ( ) : string
GetTrackStrings ( ) : List
MergeQuery ( TwitterQuery toMerge ) : void
QueryTrack ( ) : System.Collections.Generic
QueryTrack ( string track ) : System.Collections.Generic
RemoveQuery ( TwitterQuery toRemove ) : void

메소드 상세

AddTrack() 공개 메소드

public AddTrack ( string track ) : bool
track string
리턴 bool

GetKey() 공개 메소드

public GetKey ( ) : string
리턴 string

GetParameter() 공개 메소드

public GetParameter ( ) : string
리턴 string

GetTrackStrings() 공개 메소드

public GetTrackStrings ( ) : List
리턴 List

MergeQuery() 공개 메소드

public MergeQuery ( TwitterQuery toMerge ) : void
toMerge TwitterQuery
리턴 void

QueryTrack() 공개 메소드

public QueryTrack ( ) : System.Collections.Generic
리턴 System.Collections.Generic

QueryTrack() 공개 메소드

public QueryTrack ( string track ) : System.Collections.Generic
track string
리턴 System.Collections.Generic

RemoveQuery() 공개 메소드

public RemoveQuery ( TwitterQuery toRemove ) : void
toRemove TwitterQuery
리턴 void