Class ShowSaveSlotMenuAction
Action that reacts to ShowSaveSlotMenuSignal by showing the signaled view through the IViewRouter.
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 |