logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LocalizationInstallerInstallInput

    Input data transfer object for installing a Localization service.

    Inheritance
    object
    LocalizationInstallerInstallInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Localization.Installation.Installers
    Assembly: Serenity.Localization.Installation.dll
    Syntax
    public class LocalizationInstallerInstallInput

    Constructors

    LocalizationInstallerInstallInput(IEventDispatcherService, IGameSettingsService)

    Initializes a new instance of the LocalizationInstallerInstallInput class.

    Declaration
    public LocalizationInstallerInstallInput(IEventDispatcherService eventDispatcherService, IGameSettingsService gameSettingsService)
    Parameters
    Type Name Description
    IEventDispatcherService eventDispatcherService

    The event dispatcher service instance.

    IGameSettingsService gameSettingsService

    The game settings service instance.

    Fields

    EventDispatcherService

    Gets the event dispatcher service.

    Declaration
    public IEventDispatcherService EventDispatcherService
    Field Value
    Type Description
    IEventDispatcherService

    The event dispatcher service.

    GameSettingsService

    Gets the game settings service.

    Declaration
    public IGameSettingsService GameSettingsService
    Field Value
    Type Description
    IGameSettingsService

    The game settings service.

    In this article
    © 2026 Serenity. All Rights Reserved