logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ShowSaveSlotMenuAction

    Action that reacts to ShowSaveSlotMenuSignal by showing the signaled view through the IViewRouter.

    Inheritance
    object
    ShowSaveSlotMenuAction
    Namespace: Serenity.GameSave.Application.Events
    Assembly: Serenity.GameSave.Application.dll
    Syntax
    public sealed class ShowSaveSlotMenuAction : ShowViewAction<ShowSaveSlotMenuSignal>
    Remarks

    The themeable save-slot view itself ships in a later PR; until a view is registered under the signaled id, the IViewRouter is responsible for its own "view not found" handling.

    Constructors

    ShowSaveSlotMenuAction()

    Declaration
    public ShowSaveSlotMenuAction()

    Methods

    ResolveViewId(ShowSaveSlotMenuSignal)

    Declaration
    protected override string ResolveViewId(ShowSaveSlotMenuSignal signal)
    Parameters
    Type Name Description
    ShowSaveSlotMenuSignal signal
    Returns
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved