C# Class Streamer.QueryTrack

Inheritance: TwitterQuery
Datei anzeigen Open project: EddieCameron/Streamer

Public Methods

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

Method Details

AddTrack() public method

public AddTrack ( string track ) : bool
track string
return bool

GetKey() public method

public GetKey ( ) : string
return string

GetParameter() public method

public GetParameter ( ) : string
return string

GetTrackStrings() public method

public GetTrackStrings ( ) : List
return List

MergeQuery() public method

public MergeQuery ( TwitterQuery toMerge ) : void
toMerge TwitterQuery
return void

QueryTrack() public method

public QueryTrack ( ) : System.Collections.Generic
return System.Collections.Generic

QueryTrack() public method

public QueryTrack ( string track ) : System.Collections.Generic
track string
return System.Collections.Generic

RemoveQuery() public method

public RemoveQuery ( TwitterQuery toRemove ) : void
toRemove TwitterQuery
return void