Namespace Serenity.Leaderboard.Application.Services
Classes
LeaderboardEntryTextComposer
Pure, engine-agnostic composer that renders a RankedEntry into a single display
string from a LeaderboardFieldSelection — the text-building half of a HUD
leaderboard binding whose locator-registered service exposes the result synchronously (see
UnityLeaderboardTopEntryService.TryGetDisplayText).
LeaderboardService
Default ILeaderboardService implementation. Delegates persistence and querying to an injected ILeaderboardStore, ranks results via LeaderboardRanker, and broadcasts submission/clear signals through an optional event dispatcher.