C# Class GalaxyStorm.Services.Data.InfoService

Inheritance: IInfoService
Afficher le fichier Open project: Pip3r4o/GalaxyStorm-MVC

Méthodes publiques

Méthode Description
GetTopPlayerWithPlanetPoints ( int topCount ) : IQueryable
GetTopPlayersInShards ( int topCount ) : IQueryable
GetTopPlayersInSingleShard ( int shardId, int topCount ) : IQueryable
GetTopPlayersWithCombatPoints ( int topCount ) : IQueryable
GetTopPlayersWithNeutralPoints ( int topCount ) : IQueryable
InfoService ( IRepository players ) : System

Method Details

GetTopPlayerWithPlanetPoints() public méthode

public GetTopPlayerWithPlanetPoints ( int topCount ) : IQueryable
topCount int
Résultat IQueryable

GetTopPlayersInShards() public méthode

public GetTopPlayersInShards ( int topCount ) : IQueryable
topCount int
Résultat IQueryable

GetTopPlayersInSingleShard() public méthode

public GetTopPlayersInSingleShard ( int shardId, int topCount ) : IQueryable
shardId int
topCount int
Résultat IQueryable

GetTopPlayersWithCombatPoints() public méthode

public GetTopPlayersWithCombatPoints ( int topCount ) : IQueryable
topCount int
Résultat IQueryable

GetTopPlayersWithNeutralPoints() public méthode

public GetTopPlayersWithNeutralPoints ( int topCount ) : IQueryable
topCount int
Résultat IQueryable

InfoService() public méthode

public InfoService ( IRepository players ) : System
players IRepository
Résultat System