Table of Contents

Interface ISportEventConditions

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

Defines a contract implemented by classes representing sport event conditions

public interface ISportEventConditions : IEntityPrinter
Inherited Members

Properties

Attendance

Gets a string specifying the attendance of the associated sport event

string Attendance { get; }

Property Value

string

EventMode

TODO: Add comments

string EventMode { get; }

Property Value

string

Pitchers

Gets the pitchers

IEnumerable<IPitcher> Pitchers { get; }

Property Value

IEnumerable<IPitcher>

Referee

Gets the IReferee instance representing the referee presiding over the associated sport event

IReferee Referee { get; }

Property Value

IReferee

WeatherInfo

Gets a IWeatherInfo instance representing the expected weather on the associated sport event

IWeatherInfo WeatherInfo { get; }

Property Value

IWeatherInfo