C# 클래스 WykopSharpClient.Repository.CommentRepository

상속: AbstractRepository, ICommentRepository
파일 보기 프로젝트 열기: adiospl/WykopSharp

공개 메소드들

메소드 설명
Add ( string body, ByteFile file, int linkId, int precedentCommentId = -1 ) : Task
Add ( string body, Uri embed, int linkId, int precedentCommentId = -1 ) : Task
Add ( string body, int linkId, int precedentCommentId = -1 ) : Task
CommentRepository ( WykopSharpClient client ) : System
Delete ( int commentId ) : Task
Edit ( string body, int commentId ) : Task
Minus ( int linkId, int commentId ) : Task
Plus ( int linkId, int commentId ) : Task

메소드 상세

Add() 공개 메소드

public Add ( string body, ByteFile file, int linkId, int precedentCommentId = -1 ) : Task
body string
file WykopSharp.ByteFile
linkId int
precedentCommentId int
리턴 Task

Add() 공개 메소드

public Add ( string body, Uri embed, int linkId, int precedentCommentId = -1 ) : Task
body string
embed System.Uri
linkId int
precedentCommentId int
리턴 Task

Add() 공개 메소드

public Add ( string body, int linkId, int precedentCommentId = -1 ) : Task
body string
linkId int
precedentCommentId int
리턴 Task

CommentRepository() 공개 메소드

public CommentRepository ( WykopSharpClient client ) : System
client WykopSharpClient
리턴 System

Delete() 공개 메소드

public Delete ( int commentId ) : Task
commentId int
리턴 Task

Edit() 공개 메소드

public Edit ( string body, int commentId ) : Task
body string
commentId int
리턴 Task

Minus() 공개 메소드

public Minus ( int linkId, int commentId ) : Task
linkId int
commentId int
리턴 Task

Plus() 공개 메소드

public Plus ( int linkId, int commentId ) : Task
linkId int
commentId int
리턴 Task