C# 클래스 SageOneApi.Requests.CompanyRequest

상속: RequestBase, ICompanyRequest
파일 보기 프로젝트 열기: Pietervdw/sageone-api-wrapper

공개 메소드들

메소드 설명
CompanyRequest ( IRestClient client, string apiKey ) : RestSharp
Current ( ) : PagingResponse
Get ( int id ) : Company
Get ( string filter = "", int skip ) : PagingResponse

메소드 상세

CompanyRequest() 공개 메소드

public CompanyRequest ( IRestClient client, string apiKey ) : RestSharp
client IRestClient
apiKey string
리턴 RestSharp

Current() 공개 메소드

public Current ( ) : PagingResponse
리턴 PagingResponse

Get() 공개 메소드

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

Get() 공개 메소드

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
리턴 PagingResponse