Class OnShowModalSignal
Event signal dispatched to show a modal with specified data.
Namespace: Serenity.Modal.Application.Events
Assembly: Serenity.Modal.Application.dll
Syntax
public class OnShowModalSignal : EventDispatcherSignal
Constructors
OnShowModalSignal(OnShowModalInput)
Initializes a new instance of the OnShowModalSignal class.
Declaration
public OnShowModalSignal(OnShowModalInput showModalInput)
Parameters
| Type | Name | Description |
|---|---|---|
| OnShowModalInput | showModalInput | The input data transfer object for showing the modal. |
Fields
UiShowModalInput
Declaration
public readonly OnShowModalInput UiShowModalInput
Field Value
| Type | Description |
|---|---|
| OnShowModalInput | The input data transfer object for showing the modal. |
Methods
ToString()
Returns a string representation of the OnShowModal instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string representation of the instance. |