CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.Trend Class Reference

Represents the trend. More...

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

Properties

string Name [get, set]
 Gets or sets the name of this trend. More...
 
string Url [get, set]
 Gets or sets the URL to search this trend. More...
 
string Query [get, set]
 Gets or sets the query string for search. More...
 
int? TweetVolume [get, set]
 Get or sets the volume of tweets per trend for the last 24 hours. 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 the trend.

Property Documentation

◆ Name

string CoreTweet.Trend.Name
getset

Gets or sets the name of this trend.

◆ Query

string CoreTweet.Trend.Query
getset

Gets or sets the query string for search.

◆ TweetVolume

int? CoreTweet.Trend.TweetVolume
getset

Get or sets the volume of tweets per trend for the last 24 hours.

◆ Url

string CoreTweet.Trend.Url
getset

Gets or sets the URL to search this trend.


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