CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Properties | List of all members
CoreTweet.TrendsResult Class Reference

Represents a trending topics for a specific WOEID. More...

Inheritance diagram for CoreTweet.TrendsResult:
CoreTweet.Core.CoreBase

Public Member Functions

IEnumerator< TrendGetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 

Properties

DateTimeOffset AsOf [get, set]
 Gets or sets the UTC datetime that the trends are valid as of. More...
 
DateTimeOffset CreatedAt [get, set]
 Gets or sets the UTC datetime that this result was created at. More...
 
Location[] Locations [get, set]
 Gets or sets the Locations of trending topics. More...
 
Trend[] Trends [get, set]
 Gets or sets the queried trends. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents a trending topics for a specific WOEID.

Member Function Documentation

◆ GetEnumerator()

IEnumerator<Trend> CoreTweet.TrendsResult.GetEnumerator ( )
inline

Returns an enumerator that iterates through a collection.

Returns
An IEnumerator object that can be used to iterate through the collection.

Property Documentation

◆ AsOf

DateTimeOffset CoreTweet.TrendsResult.AsOf
getset

Gets or sets the UTC datetime that the trends are valid as of.

◆ CreatedAt

DateTimeOffset CoreTweet.TrendsResult.CreatedAt
getset

Gets or sets the UTC datetime that this result was created at.

◆ Locations

Location [] CoreTweet.TrendsResult.Locations
getset

Gets or sets the Locations of trending topics.

◆ Trends

Trend [] CoreTweet.TrendsResult.Trends
getset

Gets or sets the queried trends.


The documentation for this class was generated from the following file: