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
Competitors
A IEnumerable<T> representing the competitors ids
public IEnumerable<string> Competitors { get; set; }
Property Value
CompetitorsReferences
A IDictionary<TKey, TValue> representing the competitors references
public IDictionary<string, IDictionary<string, string>> CompetitorsReferences { get; set; }
Property Value
CurrentSeasonInfo
A ExportableCurrentSeasonInfo representing the season info
public ExportableCurrentSeasonInfo CurrentSeasonInfo { get; set; }
Property Value
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
LoadedSchedules
A IEnumerable<T> representing the loaded schedules
public IEnumerable<CultureInfo> LoadedSchedules { get; set; }
Property Value
LoadedSeasons
A IEnumerable<T> representing the loaded seasons
public IEnumerable<CultureInfo> LoadedSeasons { get; set; }
Property Value
ReferenceId
A IDictionary<TKey, TValue> representing the reference id
public IDictionary<string, string> ReferenceId { get; set; }
Property Value
Round
A ExportableRound representing the round
public ExportableRound Round { get; set; }
Property Value
ScheduleUrns
A IEnumerable<T> representing the schedule urns
public IEnumerable<string> ScheduleUrns { get; set; }
Property Value
SeasonCoverage
A ExportableSeasonCoverage representing the season coverage
public ExportableSeasonCoverage SeasonCoverage { get; set; }
Property Value
Seasons
A IEnumerable<T> representing the seasons
public IEnumerable<string> Seasons { get; set; }
Property Value
TournamentCoverage
A ExportableTournamentCoverage representing the coverage
public ExportableTournamentCoverage TournamentCoverage { get; set; }
Property Value
TournamentInfoBasic
A ExportableTournamentInfoBasic representing the basic info
public ExportableTournamentInfoBasic TournamentInfoBasic { get; set; }
Property Value
Year
A string representing the year
public string Year { get; set; }