logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class GlobalInstallerInstallInput

    Input data transfer object for installing global services.

    Inheritance
    object
    GlobalInstallerInstallInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Global.Installation.DTO
    Assembly: Serenity.Global.Installation.dll
    Syntax
    public class GlobalInstallerInstallInput

    Constructors

    GlobalInstallerInstallInput(IEventDispatcherService, string, ILogService)

    Initializes a new instance of the GlobalInstallerInstallInput class.

    Declaration
    public GlobalInstallerInstallInput(IEventDispatcherService eventDispatcherService, string initialSceneName, ILogService logService)
    Parameters
    Type Name Description
    IEventDispatcherService eventDispatcherService

    The event dispatcher service to be used globally.

    string initialSceneName

    The initial scene name to load.

    ILogService logService

    The logging service to be used globally.

    Fields

    EventDispatcherService

    Declaration
    public IEventDispatcherService EventDispatcherService
    Field Value
    Type Description
    IEventDispatcherService

    The event dispatcher service to be used globally.

    InitialSceneName

    Declaration
    public string InitialSceneName
    Field Value
    Type Description
    string

    The initial scene name to load.

    LogService

    Declaration
    public ILogService LogService
    Field Value
    Type Description
    ILogService

    The logging service to be used globally.

    In this article
    © 2026 Serenity. All Rights Reserved