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

Represents a WOEID type of a location. More...

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

Properties

int Code [get, set]
 Gets or sets the WOEID of the location. More...
 
string Name [get, set]
 Gets or sets the WOEID name of the location. 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 WOEID type of a location.

Property Documentation

◆ Code

int CoreTweet.PlaceType.Code
getset

Gets or sets the WOEID of the location.

◆ Name

string CoreTweet.PlaceType.Name
getset

Gets or sets the WOEID name of the location.


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