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

Implementation of Base.ISelect
Inheritance: Base.ISelect
Mostra file Open project: kwmcrell/ArmedCards

Public Methods

Method 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 method

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
return List>.Dictionary

Select() public method

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