Table of Contents

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

IEnumerable<string>

CurrentRound

A string representation of the current round

public ExportableRound CurrentRound { get; set; }

Property Value

ExportableRound

EndDate

A DateTime representation of the end date

public DateTime EndDate { get; set; }

Property Value

DateTime

Groups

A IEnumerable<T> representation of the groups

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

Property Value

IEnumerable<ExportableGroup>

Schedule

A IEnumerable<T> representation of the schedule

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

Property Value

IEnumerable<string>

SeasonCoverage

A ExportableSeasonCoverage representation of the coverage

public ExportableSeasonCoverage SeasonCoverage { get; set; }

Property Value

ExportableSeasonCoverage

StartDate

A DateTime representation of the start date

public DateTime StartDate { get; set; }

Property Value

DateTime

Year

A string representation of the year

public string Year { get; set; }

Property Value

string