Class ModalUseCaseInstallInput
Input data transfer object for installing a Modal use case.
Inherited Members
Namespace: Serenity.Modal.Installation.DTO
Assembly: Serenity.Modal.Installation.dll
Syntax
public class ModalUseCaseInstallInput
Constructors
ModalUseCaseInstallInput(IModalPresenter)
Initializes a new instance of the ModalUseCaseInstallInput class with the provided presenter.
Declaration
public ModalUseCaseInstallInput(IModalPresenter presenter)
Parameters
| Type | Name | Description |
|---|---|---|
| IModalPresenter | presenter | Presenter for the modal. |
Fields
Presenter
Declaration
public IModalPresenter Presenter
Field Value
| Type | Description |
|---|---|
| IModalPresenter | Presenter for the modal. |