Table of Contents

Class ExportableSportEventConditions

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
Assembly
Sportradar.OddsFeed.SDK.dll

Class used to export/import sport event conditions cache item properties

[Serializable]
public class ExportableSportEventConditions
Inheritance
ExportableSportEventConditions
Inherited Members

Properties

Attendance

A string specifying the attendance of the associated sport event

public string Attendance { get; set; }

Property Value

string

EventMode

A string specifying the event mode

public string EventMode { get; set; }

Property Value

string

Pitchers

A IEnumerable<T> specifying the pitchers

public IEnumerable<ExportablePitcher> Pitchers { get; set; }

Property Value

IEnumerable<ExportablePitcher>

Referee

A ExportableReferee specifying the referee

public ExportableReferee Referee { get; set; }

Property Value

ExportableReferee

WeatherInfo

A ExportableWeatherInfo specifying the weather info

public ExportableWeatherInfo WeatherInfo { get; set; }

Property Value

ExportableWeatherInfo