Click or drag to resize

ISportDataProviderV11 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 ISportDataProviderV11 : ISportDataProviderV10, 
	ISportDataProviderV9, ISportDataProviderV8, ISportDataProviderV7, ISportDataProviderV6, ISportDataProviderV5, 
	ISportDataProviderV4, ISportDataProviderV3, ISportDataProviderV2, ISportDataProviderV1, ISportDataProvider

The ISportDataProviderV11 type exposes the following members.

Methods
 NameDescription
Public methodCacheExportAsync Exports current items in the cache
(Inherited from ISportDataProviderV5)
Public methodCacheImportAsync Imports provided items into caches
(Inherited from ISportDataProviderV5)
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 methodDeleteSportEventsFromCache Deletes the sport events from cache which are scheduled before specified date
(Inherited from ISportDataProviderV4)
Public methodDeleteTournamentFromCache Delete the tournament from cache
(Inherited from ISportDataProvider)
Public methodGetActiveTournamentsAsync Asynchronously gets a list of active IEnumerableT
(Inherited from ISportDataProviderV3)
Public methodGetAvailableTournamentsAsync Asynchronously gets a list of available IEnumerableT for a specific sport
(Inherited from ISportDataProviderV3)
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(CultureInfo) Gets the list of all fixtures that have changed in the last 24 hours
(Inherited from ISportDataProviderV1)
Public methodGetFixtureChangesAsync(NullableDateTime, URN, CultureInfo) Gets the list of all fixtures that have changed in the last 24 hours
(Inherited from ISportDataProviderV7)
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 methodGetLotteriesAsync Gets the list of available lotteries
(Inherited from ISportDataProviderV9)
Public methodGetPeriodStatusesAsync Get sport event period summary as an asynchronous operation
(Inherited from ISportDataProviderV10)
Public methodGetPlayerProfileAsync Asynchronously gets a IPlayerProfile
(Inherited from ISportDataProvider)
Public methodGetResultChangesAsync(CultureInfo) Gets the list of all results that have changed in the last 24 hours
(Inherited from ISportDataProviderV6)
Public methodGetResultChangesAsync(NullableDateTime, URN, CultureInfo) Gets the list of all results that have changed in the last 24 hours
(Inherited from ISportDataProviderV7)
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 methodGetSportEvent Gets a ISportEvent derived class 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 ISportDataProviderV8)
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 methodGetTimelineEventsAsync Get the associated event timeline for single culture
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