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

Represents the variations of the media. More...

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

Properties

MediaSize Large [get, set]
 Gets or sets the information for a large-sized version of the media. More...
 
MediaSize Medium [get, set]
 Gets or sets the information for a medium-sized version of the media. More...
 
MediaSize Small [get, set]
 Gets or sets the information for a small-sized version of the media. More...
 
MediaSize Thumb [get, set]
 Gets or sets the information for a thumbnail-sized version of the media. 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 variations of the media.

Property Documentation

◆ Large

MediaSize CoreTweet.MediaSizes.Large
getset

Gets or sets the information for a large-sized version of the media.

◆ Medium

MediaSize CoreTweet.MediaSizes.Medium
getset

Gets or sets the information for a medium-sized version of the media.

◆ Small

MediaSize CoreTweet.MediaSizes.Small
getset

Gets or sets the information for a small-sized version of the media.

◆ Thumb

MediaSize CoreTweet.MediaSizes.Thumb
getset

Gets or sets the information for a thumbnail-sized version of the media.


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