logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PersistenceInstallerInstallInput

    Data Transfer Object for input parameters required to install a persistence installer.

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

    Constructors

    PersistenceInstallerInstallInput(IBlobStore, ILogService)

    Initializes a new instance of the PersistenceInstallerInstallInput class with the specified prebuilt blob store.

    Declaration
    public PersistenceInstallerInstallInput(IBlobStore prebuiltStore, ILogService logService)
    Parameters
    Type Name Description
    IBlobStore prebuiltStore

    The prebuilt blob store to use for the installation.

    ILogService logService

    The log service to use for logging purposes.

    Properties

    LogService

    The log service to use for logging purposes.

    Declaration
    public ILogService LogService { get; }
    Property Value
    Type Description
    ILogService

    PrebuiltStore

    The prebuilt blob store to use for the installation.

    Declaration
    public IBlobStore PrebuiltStore { get; }
    Property Value
    Type Description
    IBlobStore

    The prebuilt blob store to use for the installation.

    In this article
    © 2026 Serenity. All Rights Reserved