C# 클래스 TwitterClient.TwitterPayload

파일 보기 프로젝트 열기: amykatenicho/DataCultureSeries 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreatedAt System.DateTime
ID System.Int64
Language string
Location string
ProfileImageUrl string
RawJson string
SentimentScore int
Text string
TimeZone string
Topic string
UserName string

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CreatedAt 공개적으로 프로퍼티

public DateTime,System CreatedAt
리턴 System.DateTime

ID 공개적으로 프로퍼티

public Int64,System ID
리턴 System.Int64

Language 공개적으로 프로퍼티

public string Language
리턴 string

Location 공개적으로 프로퍼티

public string Location
리턴 string

ProfileImageUrl 공개적으로 프로퍼티

public string ProfileImageUrl
리턴 string

RawJson 공개적으로 프로퍼티

public string RawJson
리턴 string

SentimentScore 공개적으로 프로퍼티

public int SentimentScore
리턴 int

Text 공개적으로 프로퍼티

public string Text
리턴 string

TimeZone 공개적으로 프로퍼티

public string TimeZone
리턴 string

Topic 공개적으로 프로퍼티

public string Topic
리턴 string

UserName 공개적으로 프로퍼티

public string UserName
리턴 string