CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Public Member Functions | |
override string | ToString () |
Returns the ID of this instance. More... | |
Properties | |
long | Id [get, set] |
Gets or sets the integer representation of the ID of the user who contributed to the Tweet. More... | |
string | ScreenName [get, set] |
Gets or sets the screen name of the user who contributed to the Tweet. 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) |
Represents the contributors, a collection of brief user objects (usually only one) indicating users who contributed to the authorship of the tweet, on behalf of the official tweet author.
|
inline |
Returns the ID of this instance.
|
getset |
Gets or sets the integer representation of the ID of the user who contributed to the Tweet.
|
getset |
Gets or sets the screen name of the user who contributed to the Tweet.