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

Afficher le fichier Open project: Mordonus/MALClient

Méthodes publiques

Méthode 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 méthode

public static DeleteComment ( string id ) : Task
id string
Résultat Task

GetComToComMessages() public static méthode

public static GetComToComMessages ( string path ) : Task>
path string
Résultat Task>

SendComment() public static méthode

public static SendComment ( string username, string userId, string comment ) : Task
username string
userId string
comment string
Résultat Task

SendCommentReply() public static méthode

public static SendCommentReply ( string userId, string comment ) : Task
userId string
comment string
Résultat Task