C# 클래스 OpenTween.TweenMain.PostingStatus

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

공개 프로퍼티들

프로퍼티 타입 설명
imageService string
inReplyToId long?
inReplyToName string
mediaItems IMediaItem[]
status string

공개 메소드들

메소드 설명
PostingStatus ( ) : System
PostingStatus ( string status, long replyToId, string replyToName ) : System

메소드 상세

PostingStatus() 공개 메소드

public PostingStatus ( ) : System
리턴 System

PostingStatus() 공개 메소드

public PostingStatus ( string status, long replyToId, string replyToName ) : System
status string
replyToId long
replyToName string
리턴 System

프로퍼티 상세

imageService 공개적으로 프로퍼티

public string imageService
리턴 string

inReplyToId 공개적으로 프로퍼티

public long? inReplyToId
리턴 long?

inReplyToName 공개적으로 프로퍼티

public string inReplyToName
리턴 string

mediaItems 공개적으로 프로퍼티

public IMediaItem[] mediaItems
리턴 IMediaItem[]

status 공개적으로 프로퍼티

public string status
리턴 string