C# 클래스 TwitterClient.Payload

파일 보기 프로젝트 열기: amykatenicho/DataCultureSeries

공개 프로퍼티들

프로퍼티 타입 설명
CreatedAt System.DateTime
Location string
SentimentScore int
Text string
Topic string
UserName string

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CreatedAt 공개적으로 프로퍼티

public DateTime,System CreatedAt
리턴 System.DateTime

Location 공개적으로 프로퍼티

public string Location
리턴 string

SentimentScore 공개적으로 프로퍼티

public int SentimentScore
리턴 int

Text 공개적으로 프로퍼티

public string Text
리턴 string

Topic 공개적으로 프로퍼티

public string Topic
리턴 string

UserName 공개적으로 프로퍼티

public string UserName
리턴 string