C# Class HighriseApi.Requests.CommentRequest

Inheritance: RequestBase, ICommentRequest
Afficher le fichier Open project: scottschluer/highrise-api

Méthodes publiques

Méthode Description
CommentRequest ( IRestClient client ) : System
Create ( Comment comment ) : Comment
Delete ( int id ) : bool
Get ( int id ) : Comment
Get ( int id, CommentType commentType ) : IEnumerable
Update ( Comment comment ) : bool

Method Details

CommentRequest() public méthode

public CommentRequest ( IRestClient client ) : System
client IRestClient
Résultat System

Create() public méthode

public Create ( Comment comment ) : Comment
comment HighriseApi.Models.Comment
Résultat HighriseApi.Models.Comment

Delete() public méthode

public Delete ( int id ) : bool
id int
Résultat bool

Get() public méthode

public Get ( int id ) : Comment
id int
Résultat HighriseApi.Models.Comment

Get() public méthode

public Get ( int id, CommentType commentType ) : IEnumerable
id int
commentType CommentType
Résultat IEnumerable

Update() public méthode

public Update ( Comment comment ) : bool
comment HighriseApi.Models.Comment
Résultat bool