C# 클래스 kasthack.vksharp.RequestApi.MethodGroup_board

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

공개 메소드들

메소드 설명
CloseTopic ( int groupId, int topicId ) : Request
DeleteComment ( int groupId, int topicId, int commentId ) : Request
DeleteTopic ( int groupId, int topicId ) : Request
FixTopic ( int groupId, int topicId ) : Request
RestoreComment ( int groupId, int topicId, int commentId ) : Request
UnfixTopic ( int groupId, int topicId ) : Request

비공개 메소드들

메소드 설명
MethodGroup_board ( RequestApi parent ) : System

메소드 상세

CloseTopic() 공개 메소드

public CloseTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
리턴 Request

DeleteComment() 공개 메소드

public DeleteComment ( int groupId, int topicId, int commentId ) : Request
groupId int
topicId int
commentId int
리턴 Request

DeleteTopic() 공개 메소드

public DeleteTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
리턴 Request

FixTopic() 공개 메소드

public FixTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
리턴 Request

RestoreComment() 공개 메소드

public RestoreComment ( int groupId, int topicId, int commentId ) : Request
groupId int
topicId int
commentId int
리턴 Request

UnfixTopic() 공개 메소드

public UnfixTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
리턴 Request