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
EventMode
TODO: Add comments
string EventMode { get; }
Property Value
Pitchers
Gets the pitchers
IEnumerable<IPitcher> Pitchers { get; }
Property Value
Referee
Gets the IReferee instance representing the referee presiding over the associated sport event
IReferee Referee { get; }
Property Value
WeatherInfo
Gets a IWeatherInfo instance representing the expected weather on the associated sport event
IWeatherInfo WeatherInfo { get; }