Click or drag to resize

ITournamentV1 Methods

The ITournamentV1 type exposes the following members.

Methods
 NameDescription
Public methodGetCategoryAsync Asynchronously gets a ICategorySummary representing the category to which the tournament belongs to
(Inherited from ITournament)
Public methodGetCurrentSeasonAsync Asynchronously gets ICurrentSeasonInfo instance containing detailed information about the current season of the tournament
(Inherited from ITournament)
Public methodGetExhibitionGamesAsync Asynchronously gets a Boolean specifying if the tournament is exhibition game
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 methodGetSeasonsAsync Asynchronously gets a list of ISeason associated with this tournament
(Inherited from ITournament)
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)
Top
See Also