Class SetCurrentQualityLevelInput
Input data transfer object for setting the current quality level in the game graphics service.
Inherited Members
Namespace: Serenity.GameGraphics.Application.DTO
Assembly: Serenity.GameGraphics.Application.dll
Syntax
public class SetCurrentQualityLevelInput
Constructors
SetCurrentQualityLevelInput(string, string)
Initializes a new instance of the SetCurrentQualityLevelInput class.
Declaration
public SetCurrentQualityLevelInput(string id, string qualityLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The ID of the service requesting the quality level change. |
| string | qualityLevel | The desired quality level to set. |
Fields
Id
Declaration
public string Id
Field Value
| Type | Description |
|---|---|
| string | The ID of the service requesting the quality level change. |
QualityLevel
Declaration
public string QualityLevel
Field Value
| Type | Description |
|---|---|
| string | The desired quality level to set. |