CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Static Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
CoreTweet.AccountActivity.ActivityEvent Class Referenceabstract

Represents an Account Activity event. This class is an abstract class. More...

Inheritance diagram for CoreTweet.AccountActivity.ActivityEvent:
CoreTweet.Core.CoreBase CoreTweet.AccountActivity.UserEvent CoreTweet.AccountActivity.UserSpecificActivityEvent CoreTweet.AccountActivity.BlockEvents CoreTweet.AccountActivity.FavoriteEvents CoreTweet.AccountActivity.FollowEvents CoreTweet.AccountActivity.MuteEvents CoreTweet.AccountActivity.TweetCreateEvents CoreTweet.AccountActivity.TweetDeleteEvents CoreTweet.AccountActivity.UsersInvolvingActivityEvent CoreTweet.AccountActivity.AppsInvolvingActivityEvent CoreTweet.AccountActivity.DirectMessageIndicateTypingEvents CoreTweet.AccountActivity.DirectMessageMarkReadEvents CoreTweet.AccountActivity.DirectMessageEvents

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...
 

Detailed Description

Represents an Account Activity event. This class is an abstract class.

Member Function Documentation

◆ GetEventType()

abstract ActivityEventType CoreTweet.AccountActivity.ActivityEvent.GetEventType ( )
protectedpure virtual

◆ Parse()

static ActivityEvent CoreTweet.AccountActivity.ActivityEvent.Parse ( string  x)
inlinestatic

Converts the JSON to a ActivityEvent object.

Parameters
xThe JSON value.
Returns
The ActivityEvent object.

Member Data Documentation

◆ Type

ActivityEventType CoreTweet.AccountActivity.ActivityEvent.Type => this.GetEventType()

Gets the type of the event.

Property Documentation

◆ Json

string CoreTweet.AccountActivity.ActivityEvent.Json
getset

Gets or sets the raw JSON.


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