C# Класс GalaxyStorm.Services.Data.InfoService

Наследование: IInfoService
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetTopPlayerWithPlanetPoints() публичный Метод

public GetTopPlayerWithPlanetPoints ( int topCount ) : IQueryable
topCount int
Результат IQueryable

GetTopPlayersInShards() публичный Метод

public GetTopPlayersInShards ( int topCount ) : IQueryable
topCount int
Результат IQueryable

GetTopPlayersInSingleShard() публичный Метод

public GetTopPlayersInSingleShard ( int shardId, int topCount ) : IQueryable
shardId int
topCount int
Результат IQueryable

GetTopPlayersWithCombatPoints() публичный Метод

public GetTopPlayersWithCombatPoints ( int topCount ) : IQueryable
topCount int
Результат IQueryable

GetTopPlayersWithNeutralPoints() публичный Метод

public GetTopPlayersWithNeutralPoints ( int topCount ) : IQueryable
topCount int
Результат IQueryable

InfoService() публичный Метод

public InfoService ( IRepository players ) : System
players IRepository
Результат System