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

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

공개 메소드들

메소드 설명
Delete ( int noteId ) : Request
DeleteComment ( int commentId, int ownerId = null ) : Request
RestoreComment ( int commentId, int ownerId = null ) : Request

비공개 메소드들

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

메소드 상세

Delete() 공개 메소드

public Delete ( int noteId ) : Request
noteId int
리턴 Request

DeleteComment() 공개 메소드

public DeleteComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
리턴 Request

RestoreComment() 공개 메소드

public RestoreComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
리턴 Request