C# Class Compete.Model.Leaderboard

Inheritance: Entity
Show file Open project: aaronjensen/compete Class Usage Examples

Public Methods

Method Description
GetMatchResultsForMatchBetween ( string teamName, string otherTeamName ) : MatchResult
GetMatchResultsForTeam ( string teamName ) : IEnumerable
Include ( IEnumerable toBeIncluded ) : void
Leaderboard ( ) : System
ToStandingSummary ( string>.IDictionary teamNames ) : IEnumerable

Private Methods

Method Description
Refresh ( ) : void

Method Details

GetMatchResultsForMatchBetween() public method

public GetMatchResultsForMatchBetween ( string teamName, string otherTeamName ) : MatchResult
teamName string
otherTeamName string
return Compete.Model.Game.MatchResult

GetMatchResultsForTeam() public method

public GetMatchResultsForTeam ( string teamName ) : IEnumerable
teamName string
return IEnumerable

Include() public method

public Include ( IEnumerable toBeIncluded ) : void
toBeIncluded IEnumerable
return void

Leaderboard() public method

public Leaderboard ( ) : System
return System

ToStandingSummary() public method

public ToStandingSummary ( string>.IDictionary teamNames ) : IEnumerable
teamNames string>.IDictionary
return IEnumerable