C# Class TwitterClient.TwitterPayload

Datei anzeigen Open project: amykatenicho/DataCultureSeries Class Usage Examples

Public Properties

Property Type Description
CreatedAt System.DateTime
ID System.Int64
Language string
Location string
ProfileImageUrl string
RawJson string
SentimentScore int
Text string
TimeZone string
Topic string
UserName string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

CreatedAt public_oe property

public DateTime,System CreatedAt
return System.DateTime

ID public_oe property

public Int64,System ID
return System.Int64

Language public_oe property

public string Language
return string

Location public_oe property

public string Location
return string

ProfileImageUrl public_oe property

public string ProfileImageUrl
return string

RawJson public_oe property

public string RawJson
return string

SentimentScore public_oe property

public int SentimentScore
return int

Text public_oe property

public string Text
return string

TimeZone public_oe property

public string TimeZone
return string

Topic public_oe property

public string Topic
return string

UserName public_oe property

public string UserName
return string