CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents an Account Activity event. This class is an abstract class. More...
Static Public Member Functions | |
static ActivityEvent | Parse (string x) |
Converts the JSON to a ActivityEvent object. More... | |
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) |
Public Attributes | |
ActivityEventType | Type => this.GetEventType() |
Gets the type of the event. More... | |
Protected Member Functions | |
abstract ActivityEventType | GetEventType () |
Gets the type of the event. More... | |
Properties | |
string | Json [get, set] |
Gets or sets the raw JSON. More... | |
Represents an Account Activity event. This class is an abstract class.
|
protectedpure virtual |
Gets the type of the event.
Implemented in CoreTweet.AccountActivity.TweetDeleteEvents, CoreTweet.AccountActivity.DirectMessageMarkReadEvents, CoreTweet.AccountActivity.DirectMessageIndicateTypingEvents, CoreTweet.AccountActivity.DirectMessageEvents, CoreTweet.AccountActivity.UserEvent, CoreTweet.AccountActivity.MuteEvents, CoreTweet.AccountActivity.BlockEvents, CoreTweet.AccountActivity.FollowEvents, CoreTweet.AccountActivity.FavoriteEvents, and CoreTweet.AccountActivity.TweetCreateEvents.
|
inlinestatic |
Converts the JSON to a ActivityEvent object.
x | The JSON value. |
ActivityEventType CoreTweet.AccountActivity.ActivityEvent.Type => this.GetEventType() |
Gets the type of the event.
|
getset |
Gets or sets the raw JSON.