![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents a frienship. More...
Properties | |
| long | Id [get, set] |
| Gets or sets the ID of the user. More... | |
| string | ScreenName [get, set] |
| Gets or sets the screen name of the user. More... | |
| string | Name [get, set] |
| Gets or sets the name of the user. More... | |
| string[] | Connections [get, set] |
| Gets or sets the connections. 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 a frienship.
|
getset |
Gets or sets the connections.
|
getset |
Gets or sets the ID of the user.
|
getset |
Gets or sets the name of the user.
|
getset |
Gets or sets the screen name of the user.
1.8.17