Class ExportableSportEvent
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import sport event cache item properties
[Serializable]
public class ExportableSportEvent : ExportableBase
- Inheritance
-
ExportableSportEvent
- Derived
- Inherited Members
Properties
LoadedFixtures
Gets the List<T> specifying the loaded fixtures
public List<CultureInfo> LoadedFixtures { get; set; }
Property Value
LoadedSummaries
Gets the List<T> specifying the loaded summaries
public List<CultureInfo> LoadedSummaries { get; set; }
Property Value
ReplacedBy
Gets the string specifying the replacement sport event id
public string ReplacedBy { get; set; }
Property Value
Scheduled
Gets the DateTime specifying the start time
public DateTime? Scheduled { get; set; }
Property Value
ScheduledEnd
Gets the DateTime specifying the end time
public DateTime? ScheduledEnd { get; set; }
Property Value
SportId
Gets the string specifying the id of the parent sport
public string SportId { get; set; }
Property Value
StartTimeTbd
Gets the bool indicating if the start time is to be determined
public bool? StartTimeTbd { get; set; }
Property Value
- bool?