CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Properties | List of all members
CoreTweet.UserMentionEntity Class Reference

Represents a mention object that contains the user information. More...

Inheritance diagram for CoreTweet.UserMentionEntity:
CoreTweet.Entity CoreTweet.Core.CoreBase

Public Member Functions

override string ToString ()
 Returns the ID of this instance. More...
 

Properties

long? Id [get, set]
 Nullable. Gets or sets the ID of the mentioned user. More...
 
string Name [get, set]
 Gets or sets display name of the referenced user. More...
 
string ScreenName [get, set]
 Gets or sets screen name of the referenced user. More...
 
- Properties inherited from CoreTweet.Entity
int[] Indices [get, set]
 

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 mention object that contains the user information.

Member Function Documentation

◆ ToString()

override string CoreTweet.UserMentionEntity.ToString ( )
inline

Returns the ID of this instance.

Returns
The ID of this instance.

Property Documentation

◆ Id

long? CoreTweet.UserMentionEntity.Id
getset

Nullable. Gets or sets the ID of the mentioned user.

◆ Name

string CoreTweet.UserMentionEntity.Name
getset

Gets or sets display name of the referenced user.

◆ ScreenName

string CoreTweet.UserMentionEntity.ScreenName
getset

Gets or sets screen name of the referenced user.


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