Click or drag to resize

IMatchV3 Interface

Defines a contract implemented by classes representing sport events of match type

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IMatchV3 : IMatchV2, 
	IMatchV1, IMatch, ICompetition, ISportEvent, ICompetitionV1

The IMatchV3 type exposes the following members.

Properties
 NameDescription
Public propertyId Gets a URN uniquely identifying the sport event associated with the current instance
(Inherited from ISportEvent)
Top
Methods
 NameDescription
Public methodGetAwayCompetitorAsync Asynchronously gets a ITeamCompetitor representing away competitor of the match associated with the current instance
(Inherited from IMatch)
Public methodGetBookingStatusAsync Asynchronously gets a BookingStatus enum member providing booking status for the associated entity or a null reference if booking status is not known
(Inherited from ICompetition)
Public methodGetCompetitorsAsync Asynchronously gets a IEnumerableT representing competitors in the sport event associated with the current instance
(Inherited from ICompetition)
Public methodGetConditionsAsync Asynchronously gets a ISportEventConditions instance representing live conditions of the sport event associated with the current instance
(Inherited from ICompetition)
Public methodGetCoverageInfoAsync Asynchronously gets the associated coverage info
(Inherited from IMatchV2)
Public methodGetDelayedInfoAsync Asynchronously gets the associated delayed info
(Inherited from IMatch)
Public methodGetEventStatusAsync Gets the event status asynchronous
(Inherited from ICompetitionV1)
Public methodGetEventTimelineAsync Asynchronously gets the associated event timeline
(Inherited from IMatch)
Public methodGetEventTimelineAsync(CultureInfo) Asynchronously gets the associated event timeline for single culture
Public methodGetFixtureAsync Asynchronously gets a IFixture instance containing information about the arranged sport event
(Inherited from IMatch)
Public methodGetHomeCompetitorAsync Asynchronously gets a ITeamCompetitor representing home competitor of the match associated with the current instance
(Inherited from IMatch)
Public methodGetNameAsync Asynchronously gets the name of the sport event
(Inherited from ISportEvent)
Public methodGetScheduledEndTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled to end or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetScheduledTimeAsync Asynchronously gets a DateTime instance specifying for when the sport event associated with the current instance is scheduled or a null reference if the value is not known
(Inherited from ISportEvent)
Public methodGetSeasonAsync Asynchronously gets a ISeasonInfo representing the season to which the sport event associated with the current instance belongs to
(Inherited from IMatch)
Public methodGetSportIdAsync Asynchronously gets a URN uniquely identifying the sport associated with the current instance
(Inherited from ISportEvent)
Public methodGetStatusAsync Asynchronously gets a IMatchStatus containing information about the progress of the match
(Inherited from IMatch)
Public methodGetTournamentAsync Asynchronously gets a ILongTermEvent representing the season to which the sport event associated with the current instance belongs to
(Inherited from IMatch)
Public methodGetTournamentRoundAsync Asynchronously gets a IRound representing the tournament round to which the sport event associated with the current instance belongs to
(Inherited from IMatch)
Public methodGetVenueAsync Asynchronously gets a IVenue instance representing a venue where the sport event associated with the current instance will take place
(Inherited from ICompetition)
Top
Remarks
Added May 2021
See Also