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