C# Class HighriseApi.Requests.PersonRequest

Inheritance: RequestBase, IPersonRequest
Exibir arquivo Open project: scottschluer/highrise-api

Public Methods

Method Description
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

Method Details

Create() public method

public Create ( Person person ) : Person
person Person
return Person

Delete() public method

public Delete ( int id ) : bool
id int
return bool

Get() public method

public Get ( System.DateTime startDate ) : IEnumerable
startDate System.DateTime
return IEnumerable

Get() public method

public Get ( int offset = null ) : IEnumerable
offset int
return IEnumerable

Get() public method

public Get ( int id ) : Person
id int
return Person

PersonRequest() public method

public PersonRequest ( IRestClient client ) : System
client IRestClient
return System

Search() public method

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

Search() public method

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

Update() public method

public Update ( Person person ) : Person
person Person
return Person