C# Класс ArmedCards.BusinessLogic.AppServices.Leaderboard.Select

Implementation of Base.ISelect
Наследование: Base.ISelect
Показать файл Открыть проект

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

Метод Описание
Execute ( Int32 userId ) : List>.Dictionary

Select the user boards, if userId is not null it will select the user's placement in the leaderboard as well as the top 10

Select ( ArmedCards.BusinessLogic.DomainServices.Leaderboard selectLeaderboar ) : System

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

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

Select the user boards, if userId is not null it will select the user's placement in the leaderboard as well as the top 10
public Execute ( Int32 userId ) : List>.Dictionary
userId System.Int32 The current logged in user
Результат List>.Dictionary

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

public Select ( ArmedCards.BusinessLogic.DomainServices.Leaderboard selectLeaderboar ) : System
selectLeaderboar ArmedCards.BusinessLogic.DomainServices.Leaderboard
Результат System