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

Represents a frienship. More...

Inheritance diagram for CoreTweet.RelationshipTarget:
CoreTweet.Core.CoreBase CoreTweet.RelationshipSource

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...
 
bool IsFollowing [get, set]
 Gets or sets a value that determines if you are following the user. More...
 
bool IsFollowedBy [get, set]
 Gets or sets a value that determines if the user is following you. More...
 
bool? IsFollowingReceived [get, set]
 Gets or sets a value indicating whether the user has received a follower request from the other. More...
 
bool? IsFollowingRequested [get, set]
 Gets or sets a value indicating whether the user has sent a follower request to the other. 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

◆ Id

long CoreTweet.RelationshipTarget.Id
getset

Gets or sets the ID of the user.

◆ IsFollowedBy

bool CoreTweet.RelationshipTarget.IsFollowedBy
getset

Gets or sets a value that determines if the user is following you.

◆ IsFollowing

bool CoreTweet.RelationshipTarget.IsFollowing
getset

Gets or sets a value that determines if you are following the user.

◆ IsFollowingReceived

bool? CoreTweet.RelationshipTarget.IsFollowingReceived
getset

Gets or sets a value indicating whether the user has received a follower request from the other.

◆ IsFollowingRequested

bool? CoreTweet.RelationshipTarget.IsFollowingRequested
getset

Gets or sets a value indicating whether the user has sent a follower request to the other.

◆ ScreenName

string CoreTweet.RelationshipTarget.ScreenName
getset

Gets or sets the screen name of the user.


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