Match Class

A match

Definition

Namespace: NFF.FIKS.EnterpriseServices.Components.Entities
Assembly: NFF.FIKS.EnterpriseServices.Components (in NFF.FIKS.EnterpriseServices.Components.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class Match
Inheritance
Object    Match

Properties

AgeCategoryId Age category ID for the match
AwayTeamClubId Club id of away team
AwayTeamContactPersonEmail Email address of contact person for the away team
AwayTeamContactPersonInfoHidden This value is true if person info is left out. This is the case if the person is under 15
AwayTeamContactPersonMobilePhone Mobile phone number of contact person for the away team
AwayTeamContactPersonName The name of the contact person for the away team
AwayTeamGoals Number of goals scored by the away team
AwayTeamId Away team id
AwayTeamLeaders List of away team representatives
AwayTeamName Name of away team in the Tournament
AwayTeamPlayers List of players on the away team
AwayTeamShortName Short name code of away team. Max 4 characters
AwayTeamTournamentBannedDate Date the away team was banned from the tournament (optional)
AwayTeamTournamentDiscontinuedDate Date the away team was discontinued from the tournament (optional)
AwayTeamTournamentStatusId Status id of the away team tournament enrollment
AwayTeamTournamentStatusName Status name of the away team tournament enrollment
Cancelled match cencelled or not
FinalResultApprovedByDistrict Final result approved by the district. This value overrules FinalResultApprovedByReferee
FinalResultApprovedByReferee Final result and match report approved by the referee
GenderId Gender ID for the match
HasMatchReport Indicates if match has a matchreport
HomeTeamClubId Club id of home team
HomeTeamContactPersonEmail Email address of contact person for the home team
HomeTeamContactPersonInfoHidden This value is true if person info is left out. This is the case if the person is under 15
HomeTeamContactPersonMobilePhone Mobile phone number of contact person for the home team
HomeTeamContactPersonName The name of the contact person for the home team
HomeTeamGoals Number of goals scored by the home team
HomeTeamId Home team id
HomeTeamLeaders List of home team representatives
HomeTeamName Name of home team in the Tournament
HomeTeamPlayers List of players on the home team
HomeTeamShortName Short name code of home team. Max 4 characters
HomeTeamTournamentBannedDate Date the home team was banned from the tournament (optional)
HomeTeamTournamentDiscontinuedDate Date the home team was discontinued from the tournament (optional)
HomeTeamTournamentStatusId Status id of the home team tournament enrollment
HomeTeamTournamentStatusName Status name of the home team tournament enrollment
Interrupted match interrupted or not
LastChangedDate Date when the match was last modified
LiveStreamAllowed Flag for if live broadcast is allowed or not
LiveStreamBlocked The match settings does not allow this match to be streamed
MatchBroadcasters List of match broadcasters
MatchEventList List of match events
MatchId Match id
MatchNumber Match number
MatchResultList List of match results
MatchStartDate Date and time of match
MatchTotalTime Total length of the match
MatchTypeId Match type
PitchSizeName Name of the pitch size. Examples: 11er, 9er, 7er, 5er and 3er
PlayersOnField Number of players on the field. Examples: 11, 9, 7, 5, and 3
PlayFormName Name of the play form. Examples: 11er, 9er, 7er, 5er and 3er
Postponed This property is set to true if the match is postponed. The value of MatchStartDate may not reflect this value.
Referees List of referees
SeasonId Season the match was playes in
Spectators Number of spectators
StadiumId Id of the Stadium
StadiumName Name of the Stadium where the match is played
TotalPlayTime Sum of allocated time for first and second half
TournamentAgeCategoryId AgeCategory of the tournament the match belongs to
TournamentId The tournament id of the match
TournamentName Name of the tournament the match is played in
TournamentRoundNumber The tournament round number of the match
UseKeeper Indicates if the play form has a keeper or not
WalkOverAway Walk over by away team. MatchResult reflects the walkover.
WalkOverBoth Walk over by both teams. MatchResult reflects the walkover.
WalkOverHome Walk over by home team. MatchResult reflects the walkover.

See Also