Class UnityLeaderboardViewInstallationStep
Builds and registers leaderboard views (SO-authored board displays), then exposes the service as a
view provider so a menu option or a ShowLeaderboardSignal can show one by id. Runs after
cascade views; leaderboard views are independent top-level views like menus, composites and cascades.
Inherited Members
Namespace: Serenity.Leaderboard.Installation.Installers
Assembly: Serenity.UnityLeaderboard.Installation.dll
Syntax
public class UnityLeaderboardViewInstallationStep
Constructors
UnityLeaderboardViewInstallationStep()
Declaration
public UnityLeaderboardViewInstallationStep()
Methods
Install(IUnityInstallationContext)
Builds the leaderboard-view installer, installs it and publishes its service.
Declaration
public UnityLeaderboardViewInstaller Install(IUnityInstallationContext installationContext)
Parameters
| Type | Name | Description |
|---|---|---|
| IUnityInstallationContext | installationContext | The composition root this step installs into. |
Returns
| Type | Description |
|---|---|
| UnityLeaderboardViewInstaller | The installer, or null when an upstream step it depends on did not run. |