logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class StoredSettingsPayload

    Represents a store for game settings.

    Inheritance
    object
    StoredSettingsPayload
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.GameSettings.Domain.Entities
    Assembly: Serenity.Global.Domain.dll
    Syntax
    public class StoredSettingsPayload

    Constructors

    StoredSettingsPayload()

    Declaration
    public StoredSettingsPayload()

    Fields

    items

    Declaration
    public List<ConfigurationEntry> items
    Field Value
    Type Description
    List<ConfigurationEntry>

    The list of key-value pairs representing stored settings.

    In this article
    © 2026 Serenity. All Rights Reserved