Class PersistenceInstallerInstallInput
Data Transfer Object for input parameters required to install a persistence installer.
Inherited Members
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. |