logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityMenuPresenterInstallInput

    Data transfer object for Unity menu presenter installation input containing view models dictionary.

    Inheritance
    object
    UnityMenuPresenterInstallInput
    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.UnityMenu.Installation.dll
    Syntax
    public class UnityMenuPresenterInstallInput

    Constructors

    UnityMenuPresenterInstallInput(Dictionary<string, IViewModel>)

    Initializes a new instance of the Unity menu presenter install input DTO.

    Declaration
    public UnityMenuPresenterInstallInput(Dictionary<string, IViewModel> viewModels)
    Parameters
    Type Name Description
    Dictionary<string, IViewModel> viewModels

    Dictionary of view models to be used by the presenter.

    Fields

    ViewModels

    Declaration
    public Dictionary<string, IViewModel> ViewModels
    Field Value
    Type Description
    Dictionary<string, IViewModel>

    Dictionary of view models keyed by their unique identifiers.

    In this article
    © 2026 Serenity. All Rights Reserved