C# Class SageOneApi.Requests.AssetLocationRequest

Inheritance: RequestBase, IAssetLocationLocationRequest
Afficher le fichier Open project: Pietervdw/sageone-api-wrapper

Méthodes publiques

Méthode Description
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

Method Details

AssetLocationRequest() public méthode

public AssetLocationRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
Résultat System

Delete() public méthode

public Delete ( int id ) : bool
id int
Résultat bool

Get() public méthode

public Get ( int id ) : AssetLocation
id int
Résultat SageOneApi.Models.AssetLocation

Get() public méthode

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
Résultat PagingResponse

Save() public méthode

public Save ( AssetLocation assetLocation ) : AssetLocation
assetLocation SageOneApi.Models.AssetLocation
Résultat SageOneApi.Models.AssetLocation