Click or drag to resize

ISportEventConditionsV1 Interface

Defines a contract implemented by classes representing sport event 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 ISportEventConditionsV1 : ISportEventConditions, 
	IEntityPrinter

The ISportEventConditionsV1 type exposes the following members.

Properties
 NameDescription
Public propertyAttendance Gets a String specifying the attendance of the associated sport event
(Inherited from ISportEventConditions)
Public propertyEventMode TODO: Add comments
(Inherited from ISportEventConditions)
Public propertyPitchers Gets the pitchers
Public propertyReferee Gets the IReferee instance representing the referee presiding over the associated sport event
(Inherited from ISportEventConditions)
Public propertyWeatherInfo Gets a IWeatherInfo instance representing the expected weather on the associated sport event
(Inherited from ISportEventConditions)
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