Click or drag to resize

ISportDataProviderV3 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 ISportDataProviderV3 : ISportDataProviderV2, 
	ISportDataProviderV1, ISportDataProvider

The ISportDataProviderV3 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 methodGetActiveTournamentsAsync Asynchronously gets a list of active IEnumerableT
Public methodGetAvailableTournamentsAsync Asynchronously gets a list of available IEnumerableT for a specific sport
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
(Inherited from ISportDataProviderV1)
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
(Inherited from ISportDataProviderV1)
Public methodGetListOfSportEventsAsync Asynchronously gets a list of IEnumerableT
(Inherited from ISportDataProviderV2)
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