C# 클래스 SageOneApi.Requests.SupplierRequest

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

공개 메소드들

메소드 설명
Delete ( int id ) : bool
Get ( string filter = "", int skip ) : PagingResponse
Get ( int id ) : Supplier
GetAsync ( string filter = "", int skip ) : Task>
Save ( Supplier supplier ) : Supplier
SaveAsync ( Supplier supplier ) : Task
SupplierRequest ( IRestClient client, string apiKey, int companyId ) : System

메소드 상세

Delete() 공개 메소드

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

Get() 공개 메소드

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

Get() 공개 메소드

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

GetAsync() 공개 메소드

public GetAsync ( string filter = "", int skip ) : Task>
filter string
skip int
리턴 Task>

Save() 공개 메소드

public Save ( Supplier supplier ) : Supplier
supplier SageOneApi.Models.Supplier
리턴 SageOneApi.Models.Supplier

SaveAsync() 공개 메소드

public SaveAsync ( Supplier supplier ) : Task
supplier SageOneApi.Models.Supplier
리턴 Task

SupplierRequest() 공개 메소드

public SupplierRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
리턴 System