Class GameSettingsGetBoolValueInput
Input data transfer object for retrieving a boolean game setting value.
Inherited Members
Namespace: Serenity.GameSettings.Application.DTO
Assembly: Serenity.Global.Application.dll
Syntax
public class GameSettingsGetBoolValueInput
Constructors
GameSettingsGetBoolValueInput(string)
Initializes a new instance of the GameSettingsGetBoolValueInput class.
Declaration
public GameSettingsGetBoolValueInput(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The unique identifier of the game setting. |
Fields
Id
Declaration
public string Id
Field Value
| Type | Description |
|---|---|
| string | The unique identifier of the game setting. |