Click or drag to resize

MatchUpdate Class

Match information message. Contains statistical information about a match as well as individual events (e.g. goals, cards, etc.).
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.CommonEntityBase
    Sportradar.SDK.FeedProviders.LiveScoutScoutEntityBase
      Sportradar.SDK.FeedProviders.LiveScoutMatchUpdate

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class MatchUpdate : ScoutEntityBase

The MatchUpdate type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalData Contains any additional XML attributes found while parsing XML feed messages that are not supported with the current version of the data contracts. These are represented as an XML attribute name-value tuples.
(Inherited from EntityBase)
Public propertyAttacks Attacks statistics.
Public propertyBehinds Gets the behinds
Public propertyBlackCards Black cards (badminton)
Public propertyCategory Sport category.
Public propertyCorners Corner statistics.
Public propertyCourt Type of court.
Public propertyDangerousAttacks Dangerous attack statistics.
Public propertyDirectFoulsPeriod Direct fouls for current period statistics (futsal).
Public propertyDirectFreeKicks Direct free kicks statistics (futsal).
Public propertyEvents List of scout events.
Public propertyFreeKicks Free kick statistics.
Public propertyFreeThrows Free throws statistics.
Public propertyGoalkeeperSaves Goal keeper saves statistics.
Public propertyGoalKicks Goal kick statistics.
Public propertyGoals Gets the goals
Public propertyGold Gets the gold.
Public propertyGreenCards Green card statistics.
Public propertyIceConditions Ice conditions
Public propertyInjuries Injuries statistics.
Public propertyInnings Innings
Public propertyIsTieBreak Whether the match is currently in tie break status (tennis).
Public propertyJerseys Gets the jerseys
Public propertyKickoffTeam Kickoff team
Public propertyKickoffTeamFirstHalf Kickoff team
Public propertyKickoffTeamOt Kickoff team
Public propertyKickoffTeamSecondHalf Kickoff team
Public propertyMatchFormat Match format
Public propertyMatchHeader Basic match information.
Public propertyMatchStatus Current match status. Same status codes as in LiveOdds and LiveScore.
Public propertyMatchStatusId Current match status id. Same status codes as in LiveOdds and LiveScore.
Public propertyMatchStatusStart Time stamp for when match status was set in UTC.
Public propertyNetworth Gets the networth
Public propertyOffsides Offside statistics.
Public propertyOpeningFaceoff1StPeriod Opening faceoff 1st period
Public propertyOpeningFaceoff2NdPeriod Opening faceoff 2nd period
Public propertyOpeningFaceoff3RdPeriod Opening faceoff 3rd period
Public propertyOpeningFaceoffOvertime Opening faceoff overtime
Public propertyPenalties Penalties statistics.
Public propertyPitchConditions Pitch / grass conditions.
Public propertyPossession Ball possession statistics.
Public propertyPossessionTeam Which team currently has possession of the ball.
Public propertyProperties Match properties
Public propertyRedCards Red card statistics.
Public propertyScore Match score information.
Public propertyScores Gets the match scores
Public propertyScout Scout
Public propertyServe Which player/team currently has the serve (tennis, volleyball).
Public propertyShotsBlocked Shots blocked statistics.
Public propertyShotsOffTarget Shots off target statistics.
Public propertyShotsOnTarget Shots on target statistics.
Public propertySport Type of sport.
Public propertySubTeam Sub team.
Public propertySurfaceType Surface type (tennis).
Public propertySuspensions Suspensions statistics.
Public propertyTeams Match teams
Public propertyThrowins Throw-in statistics.
Public propertyTournament Sport tournament.
Public propertyWeatherConditions Weather conditions.
Public propertyYellowCards Yellow cards statistics.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a string that represents the current object.
(Overrides ScoutEntityBaseToString)
Top
See Also