Interface IWeatherInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing weather conditions
public interface IWeatherInfo : IEntityPrinter
- Inherited Members
Properties
Pitch
Get the pitch
string Pitch { get; }
Property Value
Temperature
Gets the temperature in degrees Celsius or a null reference if the expected temperature is not known
int? Temperature { get; }
Property Value
- int?
WeatherConditions
Gets a string specifying the weather conditions (cloudy, sunny, ...)
string WeatherConditions { get; }
Property Value
Wind
Gets a string specifying the wind conditions
string Wind { get; }
Property Value
WindAdvantage
Get the wind advantage
string WindAdvantage { get; }