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

Represents the settings including current trend, geo and sleep time information. More...

Inheritance diagram for CoreTweet.Setting:
CoreTweet.Core.CoreBase CoreTweet.Core.ITwitterResponse

Properties

string AllowContributorRequest [get, set]
 Gets or sets a value that determines who can send you a contributor request. More...
 
string AllowDMsFrom [get, set]
 Gets or sets a value that determines who can DM a user. anyone or following More...
 
string AllowDMGroupsFrom [get, set]
 Gets or sets a value that determines who can DM a user. More...
 
bool AlwaysUseHttps [get, set]
 Gets or sets a value that determines if the connections always use https. More...
 
bool IsDiscoverableByEmail [get, set]
 Gets or sets a value that determines if your friends can discover you by your email address. More...
 
bool IsDiscoverableByMobilePhone [get, set]
 Gets or sets a value that determines if your friends can discover you by your phone number. More...
 
bool DisplaySensitiveMedia [get, set]
 Gets or sets a value that determines if the user would like to see sensitive media. More...
 
bool GeoEnabled [get, set]
 
string Language [get, set]
 
bool IsProtected [get, set]
 Gets or sets a value that determines if the user has chosen to protect their Tweets. More...
 
string ScreenName [get, set]
 
bool? ShowAllInlineMedia [get, set]
 Gets or sets a value that determines if the user would like to see media inline. Somewhat disused. More...
 
SleepTime SleepTime [get, set]
 Gets or sets the sleep time. More...
 
bool SmartMute [get, set]
 Gets or sets a value that determines if the user has enabled smart mute. More...
 
TimeZone TimeZone [get, set]
 Gets or sets the time zone. More...
 
string TranslatorType [get, set]
 Gets or sets the user's translator type. More...
 
TrendLocation[] TrendLocaion [get, set]
 Gets or sets the trend locaions. More...
 
bool UseCookiePersonalization [get, set]
 Gets or sets the value that determines if the user has enabled the cookie personalization. More...
 
RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. More...
 
- Properties inherited from CoreTweet.Core.ITwitterResponse
RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. 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 the settings including current trend, geo and sleep time information.

Property Documentation

◆ AllowContributorRequest

string CoreTweet.Setting.AllowContributorRequest
getset

Gets or sets a value that determines who can send you a contributor request.

◆ AllowDMGroupsFrom

string CoreTweet.Setting.AllowDMGroupsFrom
getset

Gets or sets a value that determines who can DM a user.

◆ AllowDMsFrom

string CoreTweet.Setting.AllowDMsFrom
getset

Gets or sets a value that determines who can DM a user. anyone or following

◆ AlwaysUseHttps

bool CoreTweet.Setting.AlwaysUseHttps
getset

Gets or sets a value that determines if the connections always use https.

◆ DisplaySensitiveMedia

bool CoreTweet.Setting.DisplaySensitiveMedia
getset

Gets or sets a value that determines if the user would like to see sensitive media.

◆ GeoEnabled

bool CoreTweet.Setting.GeoEnabled
getset

Gets or sets a value that determines if the user has enabled the possibility of geotagging their Tweets.

This field must be true for the current user to attach geographic data when using POST statuses/update.

◆ IsDiscoverableByEmail

bool CoreTweet.Setting.IsDiscoverableByEmail
getset

Gets or sets a value that determines if your friends can discover you by your email address.

◆ IsDiscoverableByMobilePhone

bool CoreTweet.Setting.IsDiscoverableByMobilePhone
getset

Gets or sets a value that determines if your friends can discover you by your phone number.

◆ IsProtected

bool CoreTweet.Setting.IsProtected
getset

Gets or sets a value that determines if the user has chosen to protect their Tweets.

◆ Json

string CoreTweet.Setting.Json
getset

Gets or sets the JSON of the response.

◆ Language

string CoreTweet.Setting.Language
getset

Gets or sets the BCP 47 code for the user's self-declared user interface language.

May or may not have anything to do with the content of their Tweets.

◆ RateLimit

RateLimit CoreTweet.Setting.RateLimit
getset

Gets or sets the rate limit of the response.

This property will always be null when obtained from (most of) the POST endpoints, unless the rate is explicitly stated in the Twitter official documentation.

◆ ScreenName

string CoreTweet.Setting.ScreenName
getset

Gets or sets the screen name, handle, or alias that this user identifies themselves with.

screen_names are unique but subject to change.

Use id_str as a user identifier whenever possible.

Typically a maximum of 15 characters long, but some historical accounts may exist with longer names.

◆ ShowAllInlineMedia

bool? CoreTweet.Setting.ShowAllInlineMedia
getset

Gets or sets a value that determines if the user would like to see media inline. Somewhat disused.

◆ SleepTime

SleepTime CoreTweet.Setting.SleepTime
getset

Gets or sets the sleep time.

◆ SmartMute

bool CoreTweet.Setting.SmartMute
getset

Gets or sets a value that determines if the user has enabled smart mute.

◆ TimeZone

TimeZone CoreTweet.Setting.TimeZone
getset

Gets or sets the time zone.

◆ TranslatorType

string CoreTweet.Setting.TranslatorType
getset

Gets or sets the user's translator type.

◆ TrendLocaion

TrendLocation [] CoreTweet.Setting.TrendLocaion
getset

Gets or sets the trend locaions.

◆ UseCookiePersonalization

bool CoreTweet.Setting.UseCookiePersonalization
getset

Gets or sets the value that determines if the user has enabled the cookie personalization.


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