C# Class ArmedCards.BusinessLogic.AppServices.Leaderboard.Select

Implementation of Base.ISelect
Inheritance: Base.ISelect
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
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

Method Details

Execute() public méthode

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
Résultat List>.Dictionary

Select() public méthode

public Select ( ArmedCards.BusinessLogic.DomainServices.Leaderboard selectLeaderboar ) : System
selectLeaderboar ArmedCards.BusinessLogic.DomainServices.Leaderboard
Résultat System