Class LaunchProfileService#
Defined in File LaunchProfileService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
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.