C# Class Streamer.QueryTrack

Inheritance: TwitterQuery
Afficher le fichier Open project: EddieCameron/Streamer

Méthodes publiques

Méthode 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 méthode

public AddTrack ( string track ) : bool
track string
Résultat bool

GetKey() public méthode

public GetKey ( ) : string
Résultat string

GetParameter() public méthode

public GetParameter ( ) : string
Résultat string

GetTrackStrings() public méthode

public GetTrackStrings ( ) : List
Résultat List

MergeQuery() public méthode

public MergeQuery ( TwitterQuery toMerge ) : void
toMerge TwitterQuery
Résultat void

QueryTrack() public méthode

public QueryTrack ( ) : System.Collections.Generic
Résultat System.Collections.Generic

QueryTrack() public méthode

public QueryTrack ( string track ) : System.Collections.Generic
track string
Résultat System.Collections.Generic

RemoveQuery() public méthode

public RemoveQuery ( TwitterQuery toRemove ) : void
toRemove TwitterQuery
Résultat void