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

Represents a frienship. More...

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

Properties

bool CanDM [get, set]
 Gets or sets a value that determines if you can send a direct message to the user. More...
 
bool? AllReplies [get, set]
 Gets or sets a value that determines if you get all replies. More...
 
bool? WantsRetweets [get, set]
 Gets or sets a value that determines if you want retweets or not. More...
 
bool? IsBlocking [get, set]
 Gets or sets a value that determines if you are blocking the user. More...
 
bool? IsBlockedBy [get, set]
 Gets or sets a value that determines if you are blocked by the user. More...
 
bool? IsMarkedSpam [get, set]
 Gets or sets a value that determines if you marked the user as spam. More...
 
bool? IsNotificationsEnabled [get, set]
 Gets or sets a value that determines if the notifications of the user enabled or not. More...
 
bool? IsMuting [get, set]
 Gets or sets a value that determines if you are muting the user. More...
 
- Properties inherited from CoreTweet.RelationshipTarget
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

◆ AllReplies

bool? CoreTweet.RelationshipSource.AllReplies
getset

Gets or sets a value that determines if you get all replies.

◆ CanDM

bool CoreTweet.RelationshipSource.CanDM
getset

Gets or sets a value that determines if you can send a direct message to the user.

◆ IsBlockedBy

bool? CoreTweet.RelationshipSource.IsBlockedBy
getset

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

◆ IsBlocking

bool? CoreTweet.RelationshipSource.IsBlocking
getset

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

◆ IsMarkedSpam

bool? CoreTweet.RelationshipSource.IsMarkedSpam
getset

Gets or sets a value that determines if you marked the user as spam.

◆ IsMuting

bool? CoreTweet.RelationshipSource.IsMuting
getset

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

◆ IsNotificationsEnabled

bool? CoreTweet.RelationshipSource.IsNotificationsEnabled
getset

Gets or sets a value that determines if the notifications of the user enabled or not.

◆ WantsRetweets

bool? CoreTweet.RelationshipSource.WantsRetweets
getset

Gets or sets a value that determines if you want retweets or not.


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