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