C# 클래스 kasthack.vksharp.Api.MethodGroup_Board

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
CloseTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
CloseTopicSync ( int groupId, int topicId ) : void
DeleteComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task
DeleteCommentSync ( int groupId, int topicId, int commentId ) : void
DeleteTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
DeleteTopicSync ( int groupId, int topicId ) : void
FixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
FixTopicSync ( int groupId, int topicId ) : void
RestoreComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task
RestoreCommentSync ( int groupId, int topicId, int commentId ) : void
UnfixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
UnfixTopicSync ( int groupId, int topicId ) : void

비공개 메소드들

메소드 설명
MethodGroup_Board ( Api parent ) : System

메소드 상세

CloseTopic() 공개 메소드

public CloseTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
groupId int
topicId int
리턴 System.Threading.Tasks.Task

CloseTopicSync() 공개 메소드

public CloseTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
리턴 void

DeleteComment() 공개 메소드

public DeleteComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task
groupId int
topicId int
commentId int
리턴 System.Threading.Tasks.Task

DeleteCommentSync() 공개 메소드

public DeleteCommentSync ( int groupId, int topicId, int commentId ) : void
groupId int
topicId int
commentId int
리턴 void

DeleteTopic() 공개 메소드

public DeleteTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
groupId int
topicId int
리턴 System.Threading.Tasks.Task

DeleteTopicSync() 공개 메소드

public DeleteTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
리턴 void

FixTopic() 공개 메소드

public FixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
groupId int
topicId int
리턴 System.Threading.Tasks.Task

FixTopicSync() 공개 메소드

public FixTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
리턴 void

RestoreComment() 공개 메소드

public RestoreComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task
groupId int
topicId int
commentId int
리턴 System.Threading.Tasks.Task

RestoreCommentSync() 공개 메소드

public RestoreCommentSync ( int groupId, int topicId, int commentId ) : void
groupId int
topicId int
commentId int
리턴 void

UnfixTopic() 공개 메소드

public UnfixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task
groupId int
topicId int
리턴 System.Threading.Tasks.Task

UnfixTopicSync() 공개 메소드

public UnfixTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
리턴 void