C# 클래스 HighriseApi.Requests.CompanyRequest

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

공개 메소드들

메소드 설명
CompanyRequest ( IRestClient client ) : System
Create ( Company company ) : Company
Delete ( int id ) : bool
Get ( int id ) : Company
Get ( int offset = null ) : IEnumerable
Search ( string>.IDictionary values, int offset = null ) : IEnumerable
Search ( string name, int offset = null ) : IEnumerable
Update ( Company company ) : Company

메소드 상세

CompanyRequest() 공개 메소드

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

Create() 공개 메소드

public Create ( Company company ) : Company
company HighriseApi.Models.Company
리턴 HighriseApi.Models.Company

Delete() 공개 메소드

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

Get() 공개 메소드

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

Get() 공개 메소드

public Get ( int offset = null ) : IEnumerable
offset int
리턴 IEnumerable

Search() 공개 메소드

public Search ( string>.IDictionary values, int offset = null ) : IEnumerable
values string>.IDictionary
offset int
리턴 IEnumerable

Search() 공개 메소드

public Search ( string name, int offset = null ) : IEnumerable
name string
offset int
리턴 IEnumerable

Update() 공개 메소드

public Update ( Company company ) : Company
company HighriseApi.Models.Company
리턴 HighriseApi.Models.Company