C# Class Blog.Services.Helpers.Rest.CommentsRestResource

Inheritance: ICommentsRestResource
Afficher le fichier Open project: jsnmgpnty/Blogness2.0

Méthodes publiques

Méthode Description
Add ( Comment comment, string authenticationToken ) : Comment
Delete ( int commentId, string authenticationToken ) : bool
Get ( int commentId ) : Comment
GetByPostId ( int postId ) : List
GetByUser ( int userId ) : List
GetReplies ( int commentId ) : List

Method Details

Add() public méthode

public Add ( Comment comment, string authenticationToken ) : Comment
comment Blog.Common.Contracts.Comment
authenticationToken string
Résultat Blog.Common.Contracts.Comment

Delete() public méthode

public Delete ( int commentId, string authenticationToken ) : bool
commentId int
authenticationToken string
Résultat bool

Get() public méthode

public Get ( int commentId ) : Comment
commentId int
Résultat Blog.Common.Contracts.Comment

GetByPostId() public méthode

public GetByPostId ( int postId ) : List
postId int
Résultat List

GetByUser() public méthode

public GetByUser ( int userId ) : List
userId int
Résultat List

GetReplies() public méthode

public GetReplies ( int commentId ) : List
commentId int
Résultat List