C# Class kasthack.vksharp.Api.MethodGroup_Board

Exibir arquivo Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
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

Private Methods

Method Description
MethodGroup_Board ( Api parent ) : System

Method Details

CloseTopic() public method

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

CloseTopicSync() public method

public CloseTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
return void

DeleteComment() public method

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

DeleteCommentSync() public method

public DeleteCommentSync ( int groupId, int topicId, int commentId ) : void
groupId int
topicId int
commentId int
return void

DeleteTopic() public method

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

DeleteTopicSync() public method

public DeleteTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
return void

FixTopic() public method

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

FixTopicSync() public method

public FixTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
return void

RestoreComment() public method

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

RestoreCommentSync() public method

public RestoreCommentSync ( int groupId, int topicId, int commentId ) : void
groupId int
topicId int
commentId int
return void

UnfixTopic() public method

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

UnfixTopicSync() public method

public UnfixTopicSync ( int groupId, int topicId ) : void
groupId int
topicId int
return void