Click or drag to resize

ITournamentInfo Interface

Defines a contract for classes representing tournament info

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 ITournamentInfo

The ITournamentInfo type exposes the following members.

Properties
 NameDescription
Public propertyCategory Gets the ICategorySummary representing the category associated with the current instance
Public propertyCurrentSeason Gets the ICurrentSeasonInfo which contains data for the season in which the current tournament is happening
Public propertyId Gets a URN uniquely identifying the current season
Public propertyNames Gets a IReadOnlyDictionaryTKey, TValue containing names of the season in different languages
Top
Methods
 NameDescription
Public methodGetName Gets the name for specific culture
Top
See Also