Class LaunchProfile#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Models.LaunchProfile : xbe.sdk.EntityBase#

Describes a grouped series of command arguments belonging to a Product to apply to the Product upon launching through Xsolla Backend (XBE) Launcher.

REQUIRES: Purchasing Services

Public Functions

LaunchProfile ()#
LaunchProfile (Object obj)

Properties

string Name { get; set; }#

The unique name of the profile.

string Title { get; set; }#

The name to display to the user.

string Description { get; set; }#

The description of the launch profile.

string Cmd { get; set; }#

The launch command to execute.

string > Args { get; set; }#

The list of arguments to be applied to the Product upon on launch.

string > Roles { get; set; }#

The list of roles the user needs to have to access the launch profile.

Public Static Functions

new LaunchProfile Parse (string json)#

Parses the given JSON encoded string into a new Address instance.

Param json:

Return: