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