Class MenuUseCaseInstallInput
Input data transfer object for installing a Menu.
Inherited Members
Namespace: Serenity.Menu.Installation.DTO
Assembly: Serenity.Menu.Installation.dll
Syntax
public class MenuUseCaseInstallInput
Remarks
This DTO encapsulates the presenter required for the installation of a Menu.
Constructors
MenuUseCaseInstallInput(IMenuPresenter)
Initializes a new instance of the MenuUseCaseInstallInput class.
Declaration
public MenuUseCaseInstallInput(IMenuPresenter presenter)
Parameters
| Type | Name | Description |
|---|---|---|
| IMenuPresenter | presenter | The presenter responsible for handling menu presentation logic. |
Fields
Presenter
Declaration
public IMenuPresenter Presenter
Field Value
| Type | Description |
|---|---|
| IMenuPresenter | The presenter responsible for handling menu presentation logic. |