Class ShowSaveSlotMenuSignal
Dispatched to show a save-slot menu view (or any other view registered with the IViewRouter) by its Id.
Namespace: Serenity.GameSave.Application.Events
Assembly: Serenity.GameSave.Application.dll
Syntax
public class ShowSaveSlotMenuSignal : EventDispatcherSignal
Constructors
ShowSaveSlotMenuSignal()
Initializes a new instance of the ShowSaveSlotMenuSignal class.
Declaration
public ShowSaveSlotMenuSignal()
ShowSaveSlotMenuSignal(string)
Initializes a new instance of the ShowSaveSlotMenuSignal class.
Declaration
public ShowSaveSlotMenuSignal(string viewId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | viewId | The id of the view to show. |
Fields
ViewId
Declaration
public readonly string ViewId
Field Value
| Type | Description |
|---|---|
| string | The id of the view to show. |
Methods
ToString()
Returns a string representation of the event.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |