C# 클래스 HighriseApi.Requests.EmailRequest

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

공개 메소드들

메소드 설명
Create ( SubjectType subjectType, int subjectId, Email email ) : Email
Delete ( int id ) : bool
EmailRequest ( IRestClient client ) : System
Get ( int id ) : Email
Get ( SubjectType subjectType, int subjectId, System.DateTime since, int offset = null ) : IEnumerable
Get ( SubjectType subjectType, int subjectId, int offset = null ) : IEnumerable
GetComments ( int id ) : IEnumerable
Update ( Email email ) : bool

메소드 상세

Create() 공개 메소드

public Create ( SubjectType subjectType, int subjectId, Email email ) : Email
subjectType SubjectType
subjectId int
email Email
리턴 Email

Delete() 공개 메소드

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

EmailRequest() 공개 메소드

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

Get() 공개 메소드

public Get ( int id ) : Email
id int
리턴 Email

Get() 공개 메소드

public Get ( SubjectType subjectType, int subjectId, System.DateTime since, int offset = null ) : IEnumerable
subjectType SubjectType
subjectId int
since System.DateTime
offset int
리턴 IEnumerable

Get() 공개 메소드

public Get ( SubjectType subjectType, int subjectId, int offset = null ) : IEnumerable
subjectType SubjectType
subjectId int
offset int
리턴 IEnumerable

GetComments() 공개 메소드

public GetComments ( int id ) : IEnumerable
id int
리턴 IEnumerable

Update() 공개 메소드

public Update ( Email email ) : bool
email Email
리턴 bool