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

More...

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

Public Member Functions

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

Properties

long Id [get, set]
 Gets or sets the integer representation of the ID of the user who contributed to the Tweet. More...
 
string ScreenName [get, set]
 Gets or sets the screen name of the user who contributed to the Tweet. 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 contributors, a collection of brief user objects (usually only one) indicating users who contributed to the authorship of the tweet, on behalf of the official tweet author.

Member Function Documentation

◆ ToString()

override string CoreTweet.Contributors.ToString ( )
inline

Returns the ID of this instance.

Returns
The ID of this instance.

Property Documentation

◆ Id

long CoreTweet.Contributors.Id
getset

Gets or sets the integer representation of the ID of the user who contributed to the Tweet.

◆ ScreenName

string CoreTweet.Contributors.ScreenName
getset

Gets or sets the screen name of the user who contributed to the Tweet.


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