C# 클래스 SageOneApi.Requests.AssetLocationRequest

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

공개 메소드들

메소드 설명
AssetLocationRequest ( IRestClient client, string apiKey, int companyId ) : System
Delete ( int id ) : bool
Get ( int id ) : AssetLocation
Get ( string filter = "", int skip ) : PagingResponse
Save ( AssetLocation assetLocation ) : AssetLocation

메소드 상세

AssetLocationRequest() 공개 메소드

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

Delete() 공개 메소드

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

Get() 공개 메소드

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

Get() 공개 메소드

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

Save() 공개 메소드

public Save ( AssetLocation assetLocation ) : AssetLocation
assetLocation SageOneApi.Models.AssetLocation
리턴 SageOneApi.Models.AssetLocation