C# 클래스 OpenPr0gramm.PostCommentData

상속: PostFormData
파일 보기 프로젝트 열기: holzmaster/OpenPr0gramm

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PostCommentData ( string nonce, int itemId, string content ) : Refit
PostCommentData ( string nonce, int itemId, string content, int parentId ) : Refit

메소드 상세

PostCommentData() 공개 메소드

public PostCommentData ( string nonce, int itemId, string content ) : Refit
nonce string
itemId int
content string
리턴 Refit

PostCommentData() 공개 메소드

public PostCommentData ( string nonce, int itemId, string content, int parentId ) : Refit
nonce string
itemId int
content string
parentId int
리턴 Refit