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

Represents a language code, name and status. More...

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

Properties

string Code [get, set]
 Gets or sets the the language code. More...
 
string Name [get, set]
 Gets or sets the name of the language. More...
 
string Status [get, set]
 Gets or sets the status of the language. 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 language code, name and status.

Property Documentation

◆ Code

string CoreTweet.Language.Code
getset

Gets or sets the the language code.

◆ Name

string CoreTweet.Language.Name
getset

Gets or sets the name of the language.

◆ Status

string CoreTweet.Language.Status
getset

Gets or sets the status of the language.


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