Class UnityGameSaveInstallationStep
Installs the game save aggregate into the running composition.
Inherited Members
Namespace: Serenity.GameSave.Installation.Installers
Assembly: Serenity.UnityGameSave.Installation.dll
Syntax
public class UnityGameSaveInstallationStep
Constructors
UnityGameSaveInstallationStep()
Declaration
public UnityGameSaveInstallationStep()
Methods
Install(IUnityInstallationContext)
Builds the aggregate's installer, installs it and publishes its services.
Declaration
public UnityGameSaveInstaller Install(IUnityInstallationContext installationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnityInstallationContext | installationContext | The composition root this step installs into. |
Returns
| Type | Description |
|---|---|
| UnityGameSaveInstaller | The installer, so the composition root can keep its own reference to it. |