C# 클래스 OpenPr0gramm.CommentController

상속: Pr0grammController
파일 보기 프로젝트 열기: holzmaster/OpenPr0gramm 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( IPr0grammComment comment, string reason ) : Task
Delete ( int commentId, string reason ) : Task
Edit ( IPr0grammComment comment, string newContent ) : Task
Edit ( int commentId, string newContent ) : Task
Post ( IPr0grammItem item, string content ) : Task
Post ( IPr0grammItem item, string content, int parentId ) : Task
Post ( int itemId, string content ) : Task
Post ( int itemId, string content, int parentId ) : Task
SoftDelete ( IPr0grammComment comment, string reason ) : Task
SoftDelete ( int commentId, string reason ) : Task
Vote ( IPr0grammComment comment, Vote absoluteVote ) : Task
Vote ( int commentId, Vote absoluteVote ) : Task

비공개 메소드들

메소드 설명
CommentController ( IPr0grammApiClient client ) : System

메소드 상세

Delete() 공개 메소드

public Delete ( IPr0grammComment comment, string reason ) : Task
comment IPr0grammComment
reason string
리턴 Task

Delete() 공개 메소드

public Delete ( int commentId, string reason ) : Task
commentId int
reason string
리턴 Task

Edit() 공개 메소드

public Edit ( IPr0grammComment comment, string newContent ) : Task
comment IPr0grammComment
newContent string
리턴 Task

Edit() 공개 메소드

public Edit ( int commentId, string newContent ) : Task
commentId int
newContent string
리턴 Task

Post() 공개 메소드

public Post ( IPr0grammItem item, string content ) : Task
item IPr0grammItem
content string
리턴 Task

Post() 공개 메소드

public Post ( IPr0grammItem item, string content, int parentId ) : Task
item IPr0grammItem
content string
parentId int
리턴 Task

Post() 공개 메소드

public Post ( int itemId, string content ) : Task
itemId int
content string
리턴 Task

Post() 공개 메소드

public Post ( int itemId, string content, int parentId ) : Task
itemId int
content string
parentId int
리턴 Task

SoftDelete() 공개 메소드

public SoftDelete ( IPr0grammComment comment, string reason ) : Task
comment IPr0grammComment
reason string
리턴 Task

SoftDelete() 공개 메소드

public SoftDelete ( int commentId, string reason ) : Task
commentId int
reason string
리턴 Task

Vote() 공개 메소드

public Vote ( IPr0grammComment comment, Vote absoluteVote ) : Task
comment IPr0grammComment
absoluteVote Vote
리턴 Task

Vote() 공개 메소드

public Vote ( int commentId, Vote absoluteVote ) : Task
commentId int
absoluteVote Vote
리턴 Task