C# Класс kasthack.vksharp.Api.MethodGroup_Notes

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
MethodGroup_Notes ( Api parent ) : System

Описание методов

Delete() публичный Метод

public Delete ( int noteId ) : System.Threading.Tasks.Task
noteId int
Результат System.Threading.Tasks.Task

DeleteComment() публичный Метод

public DeleteComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task
commentId int
ownerId int
Результат System.Threading.Tasks.Task

DeleteCommentSync() публичный Метод

public DeleteCommentSync ( int commentId, int ownerId = null ) : void
commentId int
ownerId int
Результат void

DeleteSync() публичный Метод

public DeleteSync ( int noteId ) : void
noteId int
Результат void

RestoreComment() публичный Метод

public RestoreComment ( int commentId, int ownerId = null ) : System.Threading.Tasks.Task
commentId int
ownerId int
Результат System.Threading.Tasks.Task

RestoreCommentSync() публичный Метод

public RestoreCommentSync ( int commentId, int ownerId = null ) : void
commentId int
ownerId int
Результат void