Table of Contents

Interface ITournamentInfo

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines a contract for classes representing tournament info

public interface ITournamentInfo

Properties

Category

Gets the ICategorySummary representing the category associated with the current instance

ICategorySummary Category { get; }

Property Value

ICategorySummary

The ICategorySummary representing the category associated with the current instance

CurrentSeason

Gets the ICurrentSeasonInfo which contains data for the season in which the current tournament is happening

ICurrentSeasonInfo CurrentSeason { get; }

Property Value

ICurrentSeasonInfo

The ICurrentSeasonInfo which contains data for the season in which the current tournament is happening

Id

Gets a Urn uniquely identifying the current season

Urn Id { get; }

Property Value

Urn

Names

Gets a IReadOnlyDictionary<TKey, TValue> containing names of the season in different languages

IReadOnlyDictionary<CultureInfo, string> Names { get; }

Property Value

IReadOnlyDictionary<CultureInfo, string>

Methods

GetName(CultureInfo)

Gets the name for specific culture

string GetName(CultureInfo culture)

Parameters

culture CultureInfo

The culture

Returns

string

the name in specific culture