Class AssetService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.AssetService : xbe.sdk.ServiceBase#

Public Functions

AssetService ()#
Task<List<Asset>> FindAll (Dictionary<string, string> query = null)#

Returns all Assets from the system that the user has access to.

Task<Asset> Create (Asset obj)#

Create a new Asset.

Task<Asset> FindById (string id)#

Returns a single Asset from the system that the user has access to.

Task<Asset> Update (string id, Asset obj)#

Updates a single Asset.