Information about a team listed in a GetDivisionRanking ranking. More...
Public Attributes | |
$Position | |
$Team | |
$GamesPlayed | |
$GamesWon | |
$GamesLost | |
$GamesDraw | |
$IndividualMatchesWon | |
$IndividualMatchesLost | |
$IndividualSetsWon | |
$IndividualSetsLost | |
$Points | |
$TeamClub | |
Information about a team listed in a GetDivisionRanking ranking.
RankingEntry::$GamesDraw |
The number of draw game made by the team
type: int
RankingEntry::$GamesLost |
The number of games lost by the team
type: int
RankingEntry::$GamesPlayed |
The number of games played by the team
If some games have been delayed, all the teams do not have played the same amount of matches
type: int
RankingEntry::$GamesWon |
The number of games won by the team
type: int
RankingEntry::$IndividualMatchesLost |
The number of individual games lost by all players of the team
type: int
RankingEntry::$IndividualMatchesWon |
The number of individual games won by all players of the team
type: int
RankingEntry::$IndividualSetsLost |
The number of sets won by all players of the team during their individual games
type: int
RankingEntry::$IndividualSetsWon |
The number of sets won by all players of the team during their individual games
type: int
RankingEntry::$Points |
The number of points or the "score" won by the team
This information is used to rank the teams. This is usually a number of points (2 for a win, 1 for a draw) but some ranking system may be different.
type: int
RankingEntry::$Position |
The position of the team within the ranking
This is positive integer starting at 1. Ex-aequo may have the same position in the ranking
type: int
RankingEntry::$Team |
The name of the team
The name includes the team letter. If available, the short name of the club is given. Example: Hurricane C
or Werchter A
type: string
RankingEntry::$TeamClub |
The club wherein the teams is playing.
This parameter contains the unique identifier of the club where the team(s) returned by GetClubTeams belongs to. Example : VLB-225
for VTTL club of Hurricane TTW.
This parameter is usually not shown to the end user but can be used to easily find the club the team is belonging to (easier that with the long name).
type: int