logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ModalUseCaseInstallInput

    Input data transfer object for installing a Modal use case.

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

    In this article
    © 2026 Serenity. All Rights Reserved