Class ExportableCurrentSeasonInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import current season info cache item properties
[Serializable]
public class ExportableCurrentSeasonInfo : ExportableBase
- Inheritance
-
ExportableCurrentSeasonInfo
- Inherited Members
Properties
Competitors
A list representation of the competitors ids
public IEnumerable<string> Competitors { get; set; }
Property Value
CurrentRound
A string representation of the current round
public ExportableRound CurrentRound { get; set; }
Property Value
EndDate
A DateTime representation of the end date
public DateTime EndDate { get; set; }
Property Value
Groups
A IEnumerable<T> representation of the groups
public IEnumerable<ExportableGroup> Groups { get; set; }
Property Value
Schedule
A IEnumerable<T> representation of the schedule
public IEnumerable<string> Schedule { get; set; }
Property Value
SeasonCoverage
A ExportableSeasonCoverage representation of the coverage
public ExportableSeasonCoverage SeasonCoverage { get; set; }
Property Value
StartDate
A DateTime representation of the start date
public DateTime StartDate { get; set; }
Property Value
Year
A string representation of the year
public string Year { get; set; }