public class TournamentTableTeam
Public Class TournamentTableTeam
public ref class TournamentTableTeam
type TournamentTableTeam = class end
Adjustments | List of adjustments for the Tournament table |
AwayGoalDifference | Goal difference away |
AwayGoalsAgainst | Number of goals scored against away |
AwayGoalsScored | Number of goals scored away |
AwayMatchesDraw | Number of matches drawn played away |
AwayMatchesLost | Number of matches lost played away |
AwayMatchesPlayed | Number of matches played away |
AwayMatchesWon | Number of matches won played away |
AwayPoints | Total number of points for the team scored at home |
BannedDate | The date the team was banned from the tournament |
ContactPersonEmail | Email address of team contact person |
ContactPersonInfoHidden | This value is true if person info is left out. This is the case if the person is under 15 |
ContactPersonMobilePhone | Mobile phone number of team contact person |
ContactPersonName | Name of team contact person |
ContactPersonWorkPhone | Work phone number of team contact person |
DiscontinuedDate | The date the team was discontinued from the tournament |
HomeGoalDifference | Goal difference at home |
HomeGoalsAgainst | Number of goals scored against at home |
HomeGoalsScored | Number of goals scored at home |
HomeMatchesDraw | Number of home matches drawn |
HomeMatchesLost | Number of home matches lost |
HomeMatchesPlayed | Number of matches played at home |
HomeMatchesWon | Number of home matches won |
HomePoints | Total number of points for the team scored away |
JerseyColor | The color of the club jersey |
LastChangedDate | Date when the TournamentTableTeam was last modified |
ShortsColor | The color of the club shorts |
StatusId | The status id of the team enrollment in the tournament |
StatusName | The status name of the team enrollment in the tournament |
TablePosition | Table position |
TeamId | Team id |
TeamName | Name of team |
TeamNameInTournament | Name of the team in the current tournament |
TotalGoalDifference | Total goal difference |
TotalGoalsAgainst | Total number of goals scored against |
TotalGoalsScored | Total number of goals scored |
TotalMatchesDraw | Total number of matches drawn played |
TotalMatchesLost | Total number of matches lost |
TotalMatchesPlayed | Total number of matches played |
TotalMatchesWon | Total number of matches won |
TotalPoints | Total number of points for the team in the tournament |
TournamentId | tournament id |
TournamentTeamId | Tournament team id |