Click or drag to resize

ISeason Interface

Defines a contract implemented by classes representing a tournament season

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 ISeason : ILongTermEvent, 
	ISportEvent

The ISeason 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 methodGetCompetitorsAsync Asynchronously gets the list of competitors
Public methodGetCurrentRoundAsync Asynchronously gets the IRound specifying the current round of the tournament associated with the current instance
Public methodGetGroupsAsync Asynchronously gets the list of the IGroup instances belonging to the season
Public methodGetNameAsync Asynchronously gets the name of the sport event
(Inherited from ISportEvent)
Public methodGetScheduleAsync Asynchronously gets the list of all ICompetition that belongs to the season schedule
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 methodGetSeasonCoverageAsync Asynchronously gets a ISeasonCoverage representing the season coverage
Public methodGetSportAsync Asynchronously get the ISportSummary instance representing the sport associated with the current instance
(Inherited from ILongTermEvent)
Public methodGetSportIdAsync Asynchronously gets a URN uniquely identifying the sport associated with the current instance
(Inherited from ISportEvent)
Public methodGetTournamentCoverage Asynchronously get the ITournamentCoverage instance representing the tournament coverage associated with the current instance
(Inherited from ILongTermEvent)
Public methodGetTournamentInfoAsync Asynchronously gets a ITournamentInfo representing the tournament info
Public methodGetYearAsync Asynchronously gets a String representation of the current season year
Top
See Also