C# Class kasthack.vksharp.Api.MethodGroup_Notes

Show file Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
Delete ( int noteId ) : System.Threading.Tasks.Task
DeleteComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task
DeleteCommentSync ( int commentId, int ownerId = null ) : void
DeleteSync ( int noteId ) : void
RestoreComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task
RestoreCommentSync ( int commentId, int ownerId = null ) : void

Private Methods

Method Description
MethodGroup_Notes ( Api parent ) : System

Method Details

Delete() public method

public Delete ( int noteId ) : System.Threading.Tasks.Task
noteId int
return System.Threading.Tasks.Task

DeleteComment() public method

public DeleteComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task
commentId int
ownerId int
return System.Threading.Tasks.Task

DeleteCommentSync() public method

public DeleteCommentSync ( int commentId, int ownerId = null ) : void
commentId int
ownerId int
return void

DeleteSync() public method

public DeleteSync ( int noteId ) : void
noteId int
return void

RestoreComment() public method

public RestoreComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task
commentId int
ownerId int
return System.Threading.Tasks.Task

RestoreCommentSync() public method

public RestoreCommentSync ( int commentId, int ownerId = null ) : void
commentId int
ownerId int
return void