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

Represents a symbol object that contains a symbol in the content posted on Twitter. More...

Inheritance diagram for CoreTweet.SymbolEntity:
CoreTweet.Entity CoreTweet.Core.CoreBase CoreTweet.CashtagEntity CoreTweet.HashtagEntity

Properties

string Text [get, set]
 Gets or sets the name of the hashtag, minus the leading '#' or '$' character. 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 symbol object that contains a symbol in the content posted on Twitter.

Property Documentation

◆ Text

string CoreTweet.SymbolEntity.Text
getset

Gets or sets the name of the hashtag, minus the leading '#' or '$' character.


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