Table of Contents

Class ExportableTournamentInfo

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

Class used to export/import tournament info cache item properties

[Serializable]
public class ExportableTournamentInfo : ExportableSportEvent
Inheritance
ExportableTournamentInfo
Inherited Members

Properties

CategoryId

A string representing the category id

public string CategoryId { get; set; }

Property Value

string

Competitors

A IEnumerable<T> representing the competitors ids

public IEnumerable<string> Competitors { get; set; }

Property Value

IEnumerable<string>

CompetitorsReferences

A IDictionary<TKey, TValue> representing the competitors references

public IDictionary<string, IDictionary<string, string>> CompetitorsReferences { get; set; }

Property Value

IDictionary<string, IDictionary<string, string>>

CurrentSeasonInfo

A ExportableCurrentSeasonInfo representing the season info

public ExportableCurrentSeasonInfo CurrentSeasonInfo { get; set; }

Property Value

ExportableCurrentSeasonInfo

ExhibitionGames

A bool representing the exhibition games

public bool? ExhibitionGames { get; set; }

Property Value

bool?

Groups

A IEnumerable<T> representing the groups

public IEnumerable<ExportableGroup> Groups { get; set; }

Property Value

IEnumerable<ExportableGroup>

LoadedSchedules

A IEnumerable<T> representing the loaded schedules

public IEnumerable<CultureInfo> LoadedSchedules { get; set; }

Property Value

IEnumerable<CultureInfo>

LoadedSeasons

A IEnumerable<T> representing the loaded seasons

public IEnumerable<CultureInfo> LoadedSeasons { get; set; }

Property Value

IEnumerable<CultureInfo>

ReferenceId

A IDictionary<TKey, TValue> representing the reference id

public IDictionary<string, string> ReferenceId { get; set; }

Property Value

IDictionary<string, string>

Round

A ExportableRound representing the round

public ExportableRound Round { get; set; }

Property Value

ExportableRound

ScheduleUrns

A IEnumerable<T> representing the schedule urns

public IEnumerable<string> ScheduleUrns { get; set; }

Property Value

IEnumerable<string>

SeasonCoverage

A ExportableSeasonCoverage representing the season coverage

public ExportableSeasonCoverage SeasonCoverage { get; set; }

Property Value

ExportableSeasonCoverage

Seasons

A IEnumerable<T> representing the seasons

public IEnumerable<string> Seasons { get; set; }

Property Value

IEnumerable<string>

TournamentCoverage

A ExportableTournamentCoverage representing the coverage

public ExportableTournamentCoverage TournamentCoverage { get; set; }

Property Value

ExportableTournamentCoverage

TournamentInfoBasic

A ExportableTournamentInfoBasic representing the basic info

public ExportableTournamentInfoBasic TournamentInfoBasic { get; set; }

Property Value

ExportableTournamentInfoBasic

Year

A string representing the year

public string Year { get; set; }

Property Value

string