Table of Contents

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

List<CultureInfo>

LoadedSummaries

Gets the List<T> specifying the loaded summaries

public List<CultureInfo> LoadedSummaries { get; set; }

Property Value

List<CultureInfo>

ReplacedBy

Gets the string specifying the replacement sport event id

public string ReplacedBy { get; set; }

Property Value

string

Scheduled

Gets the DateTime specifying the start time

public DateTime? Scheduled { get; set; }

Property Value

DateTime?

ScheduledEnd

Gets the DateTime specifying the end time

public DateTime? ScheduledEnd { get; set; }

Property Value

DateTime?

SportId

Gets the string specifying the id of the parent sport

public string SportId { get; set; }

Property Value

string

StartTimeTbd

Gets the bool indicating if the start time is to be determined

public bool? StartTimeTbd { get; set; }

Property Value

bool?