Class LaunchProfileService

Class LaunchProfileService#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

LaunchProfileService ()#
Task<List<LaunchProfile>> FindAll (Dictionary<string, string> query = null)#

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

Task<LaunchProfile> Create (LaunchProfile obj)#

Create a new profile.

Task<LaunchProfile> FindById (string id)#

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

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

Updates a single profile.