C# Class BoxKite.Twitter.Models.StreamSearchRequest

Exibir arquivo Open project: nickhodge/BoxKite.Twitter Class Usage Examples

Public Properties

Property Type Description
FilterLevel string
Follows List
Language string
Locations List
Tracks List

Public Methods

Method Description
StreamSearchRequest ( ) : System.Collections.Generic

Method Details

StreamSearchRequest() public method

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

Property Details

FilterLevel public_oe property

public string FilterLevel
return string

Follows public_oe property

public List Follows
return List

Language public_oe property

public string Language
return string

Locations public_oe property

public List Locations
return List

Tracks public_oe property

public List Tracks
return List