Class GetQualityLevelListInput
Input data transfer object for getting the list of quality levels in the game graphics service.
Inherited Members
Namespace: Serenity.GameGraphics.Application.DTO
Assembly: Serenity.GameGraphics.Application.dll
Syntax
public class GetQualityLevelListInput
Constructors
GetQualityLevelListInput(string)
Initializes a new instance of the GetQualityLevelListInput class.
Declaration
public GetQualityLevelListInput(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The unique identifier for the quality level. |
Fields
Id
Declaration
public string Id
Field Value
| Type | Description |
|---|---|
| string | The unique identifier for the quality level. |