C# Class MALClient.XShared.Comm.MagicalRawQueries.Profile.ProfileCommentQueries

Mostrar archivo Open project: Mordonus/MALClient

Public Methods

Method Description
DeleteComment ( string id ) : Task
GetComToComMessages ( string path ) : Task>
SendComment ( string username, string userId, string comment ) : Task
SendCommentReply ( string userId, string comment ) : Task

Method Details

DeleteComment() public static method

public static DeleteComment ( string id ) : Task
id string
return Task

GetComToComMessages() public static method

public static GetComToComMessages ( string path ) : Task>
path string
return Task>

SendComment() public static method

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

SendCommentReply() public static method

public static SendCommentReply ( string userId, string comment ) : Task
userId string
comment string
return Task