C# 클래스 ArmedCards.BusinessLogic.DomainServices.Leaderboard.Select

Implementation of Base.ISelect
상속: Base.ISelect
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
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.Repositories.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.Repositories.Leaderboard selectLeaderboar ) : System
selectLeaderboar ArmedCards.BusinessLogic.Repositories.Leaderboard
리턴 System