Class ExportableSeason
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import season cache item properties
[Serializable]
public class ExportableSeason
- Inheritance
-
ExportableSeason
- Inherited Members
Properties
EndDate
Gets the end date of the season represented by the current instance
public DateTime EndDate { get; set; }
Property Value
- DateTime
The end time.
Names
A IDictionary<TKey, TValue> containing round names in different languages
public IDictionary<CultureInfo, string> Names { get; set; }
Property Value
SeasonId
Gets a string representing the Id of the represented sport entity
public string SeasonId { get; set; }
Property Value
- string
The identifier
StartDate
Gets the start date of the season represented by the current instance
public DateTime StartDate { get; set; }
Property Value
TournamentId
Gets the associated tournament identifier.
public string TournamentId { get; set; }
Property Value
- string
The associated tournament identifier.
Year
Gets a string representation of the current season year
public string Year { get; set; }