C# Класс HighriseApi.Requests.CompanyRequest

Наследование: RequestBase, ICompanyRequest
Показать файл Открыть проект

Открытые методы

Метод Описание
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