C# 클래스 HighriseApi.Requests.CommentRequest

상속: RequestBase, ICommentRequest
파일 보기 프로젝트 열기: scottschluer/highrise-api

공개 메소드들

메소드 설명
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

메소드 상세

CommentRequest() 공개 메소드

public CommentRequest ( IRestClient client ) : System
client IRestClient
리턴 System

Create() 공개 메소드

public Create ( Comment comment ) : Comment
comment HighriseApi.Models.Comment
리턴 HighriseApi.Models.Comment

Delete() 공개 메소드

public Delete ( int id ) : bool
id int
리턴 bool

Get() 공개 메소드

public Get ( int id ) : Comment
id int
리턴 HighriseApi.Models.Comment

Get() 공개 메소드

public Get ( int id, CommentType commentType ) : IEnumerable
id int
commentType CommentType
리턴 IEnumerable

Update() 공개 메소드

public Update ( Comment comment ) : bool
comment HighriseApi.Models.Comment
리턴 bool