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

Represents a frienship. More...

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

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)
 

Detailed Description

Represents a frienship.

Property Documentation

◆ Connections

string [] CoreTweet.Friendship.Connections
getset

Gets or sets the connections.

◆ Id

long CoreTweet.Friendship.Id
getset

Gets or sets the ID of the user.

◆ Name

string CoreTweet.Friendship.Name
getset

Gets or sets the name of the user.

◆ ScreenName

string CoreTweet.Friendship.ScreenName
getset

Gets or sets the screen name of the user.


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