Click or drag to resize

IWeatherInfo Interface

Defines a contract implemented by classes representing weather conditions

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IWeatherInfo : IEntityPrinter

The IWeatherInfo type exposes the following members.

Properties
 NameDescription
Public propertyPitch Get the pitch
Public propertyTemperature Gets the temperature in degrees Celsius or a null reference if the expected temperature is not known
Public propertyWeatherConditions Gets a String specifying the weather conditions (cloudy, sunny, ...)
Public propertyWind Gets a String specifying the wind conditions
Public propertyWindAdvantage Get the wind advantage
Top
Methods
 NameDescription
Public methodToString Returns a String that represents this instance.
(Inherited from IEntityPrinter)
Public methodToString(IFormatProvider) Returns a string that represents the current object
(Inherited from IEntityPrinter)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
(Inherited from IEntityPrinter)
Top
See Also