C# 클래스 MALClient.XShared.Comm.MagicalRawQueries.Profile.ProfileCommentQueries

파일 보기 프로젝트 열기: Mordonus/MALClient

공개 메소드들

메소드 설명
DeleteComment ( string id ) : Task
GetComToComMessages ( string path ) : Task>
SendComment ( string username, string userId, string comment ) : Task
SendCommentReply ( string userId, string comment ) : Task

메소드 상세

DeleteComment() 공개 정적인 메소드

public static DeleteComment ( string id ) : Task
id string
리턴 Task

GetComToComMessages() 공개 정적인 메소드

public static GetComToComMessages ( string path ) : Task>
path string
리턴 Task>

SendComment() 공개 정적인 메소드

public static SendComment ( string username, string userId, string comment ) : Task
username string
userId string
comment string
리턴 Task

SendCommentReply() 공개 정적인 메소드

public static SendCommentReply ( string userId, string comment ) : Task
userId string
comment string
리턴 Task