Click or drag to resize

MatchInfo Class

Match information containing the date and time of the match, sport, category, tournament, teams and what TV-channels this match is broadcasted on.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.LiveOddsMatchInfo

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class MatchInfo

The MatchInfo type exposes the following members.

Constructors
 NameDescription
Public methodMatchInfoInitializes a new instance of the MatchInfo class
Top
Properties
 NameDescription
Public propertyAwayCompetitors Away competitors, localized
Public propertyAwayTeam Away team, localized
Public propertyBetPal BetPal info object
Public propertyCategory Category, localized (e.g. Germany, Italy, International, etc.)
Public propertyCoverageInfo Info about match coverage
Public propertyCoveredFrom Gets the info whether the match is being covered from a television feed or the scout is at the match venue.
Public propertyDateOfMatch Date of match in UTC
Public propertyExtraInfo Additional match info (e.g. period lengths, etc.)
Public propertyHomeCompetitors Home competitors, localized
Public propertyHomeTeam Home team, localized
Public propertyRound Round, localized, used in VTO
Public propertySeason Season, localized
Public propertySport Sport, localized (e.g. Soccer, Basketball, etc.)
Public propertyStreamingChannels List of streaming channels where this match is broadcasted
Public propertyTournament Tournament, localized (e.g. Premier League)
Public propertyTvChannels List of TV channels where this match is broadcasted (e.g. PREMIERE Austria)
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 ObjectToString)
Top
See Also