logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class MenuUseCaseInstallInput

    Input data transfer object for installing a Menu.

    Inheritance
    object
    MenuUseCaseInstallInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    See Also

    IMenuPresenter
    In this article
    © 2026 Serenity. All Rights Reserved