C# 클래스 HighriseApi.Requests.PersonRequest

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

공개 메소드들

메소드 설명
Create ( Person person ) : Person
Delete ( int id ) : bool
Get ( System.DateTime startDate ) : IEnumerable
Get ( int offset = null ) : IEnumerable
Get ( int id ) : Person
PersonRequest ( IRestClient client ) : System
Search ( string>.IDictionary values, int offset = null ) : IEnumerable
Search ( string name, int offset = null ) : IEnumerable
Update ( Person person ) : Person

메소드 상세

Create() 공개 메소드

public Create ( Person person ) : Person
person Person
리턴 Person

Delete() 공개 메소드

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

Get() 공개 메소드

public Get ( System.DateTime startDate ) : IEnumerable
startDate System.DateTime
리턴 IEnumerable

Get() 공개 메소드

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

Get() 공개 메소드

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

PersonRequest() 공개 메소드

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

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 ( Person person ) : Person
person Person
리턴 Person