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

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

공개 메소드들

메소드 설명
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