Click or drag to resize

ISportDataProviderV1 Interface

Defines a contract implemented by classes used to provide sport related data (sports, tournaments, sport events, ...)

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface ISportDataProviderV1 : ISportDataProvider

The ISportDataProviderV1 type exposes the following members.

Methods
 NameDescription
Public methodDeleteCompetitorFromCache Delete the competitor from cache
(Inherited from ISportDataProvider)
Public methodDeletePlayerProfileFromCache Delete the player profile from cache
(Inherited from ISportDataProvider)
Public methodDeleteSportEventFromCache Delete the sport event from cache
(Inherited from ISportDataProvider)
Public methodDeleteTournamentFromCache Delete the tournament from cache
(Inherited from ISportDataProvider)
Public methodGetCompetition(URN, CultureInfo) Gets a ICompetition representing the specified sport event in language specified by
C#
culture
or a null reference if the sport event with specified
C#
does not exist
Public methodGetCompetition(URN, URN, CultureInfo) Gets a ICompetition representing the specified sport event in language specified by
C#
culture
or a null reference if the sport event with specified
C#
does not exist
(Inherited from ISportDataProvider)
Public methodGetCompetitorAsync Asynchronously gets a ICompetitor
(Inherited from ISportDataProvider)
Public methodGetFixtureChangesAsync Gets the list of all fixtures that have changed in the last 24 hours
Public methodGetLiveSportEventsAsync Asynchronously gets a IEnumerableT representing currently live sport events in the language specified by
C#
culture

(Inherited from ISportDataProvider)
Public methodGetPlayerProfileAsync Asynchronously gets a IPlayerProfile
(Inherited from ISportDataProvider)
Public methodGetSportAsync Asynchronously gets a ISport instance representing the sport specified by it's id in the language specified by
C#
culture
, or a null reference if sport with specified id does not exist
(Inherited from ISportDataProvider)
Public methodGetSportEventsByDateAsync Asynchronously gets a IEnumerableT representing sport events scheduled for date specified by
C#
date
in language specified by
C#
culture

(Inherited from ISportDataProvider)
Public methodGetSportEventStatusAsync Asynchronously gets a ICompetitionStatus for specific sport event
(Inherited from ISportDataProvider)
Public methodGetSportsAsync Asynchronously gets a IEnumerableT representing all available sports in language specified by the
C#
culture

(Inherited from ISportDataProvider)
Public methodGetTournament Gets a ILongTermEvent representing the specified tournament in language specified by
C#
culture
or a null reference if the tournament with specified
C#
does not exist
(Inherited from ISportDataProvider)
Top
See Also