C# 클래스 OpenTween.Twitter.PostInfo

파일 보기 프로젝트 열기: rhenium/OpenTween

공개 프로퍼티들

프로퍼티 타입 설명
CreatedAt string
Id string
Text string
UserId string

공개 메소드들

메소드 설명
Equals ( PostInfo dst ) : bool
PostInfo ( string Created, string IdStr, string txt, string uid ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( PostInfo dst ) : bool
dst PostInfo
리턴 bool

PostInfo() 공개 메소드

public PostInfo ( string Created, string IdStr, string txt, string uid ) : System
Created string
IdStr string
txt string
uid string
리턴 System

프로퍼티 상세

CreatedAt 공개적으로 프로퍼티

public string CreatedAt
리턴 string

Id 공개적으로 프로퍼티

public string Id
리턴 string

Text 공개적으로 프로퍼티

public string Text
리턴 string

UserId 공개적으로 프로퍼티

public string UserId
리턴 string