Click or drag to resize

IEventResult Interface

Defines methods used by classes that provide event result information

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 IEventResult

The IEventResult type exposes the following members.

Properties
 NameDescription
Public propertyAwayScore Gets the score of the away competitor competing on the associated sport event
Public propertyClimberObsolete.
Gets the climber
Public propertyClimberDecimal Gets the climber
Public propertyClimberRanking Gets the climber ranking
Public propertyHomeScore Gets the score of the home competitor competing on the associated sport event
Public propertyId Gets the id of the event result
Public propertyMatchStatusObsolete.
Gets the match status
Public propertyPointsObsolete.
Gets the points of the result
Public propertyPointsDecimal Gets the points
Public propertyPosition Gets the position of the result
Public propertySprintObsolete.
Gets the sprint of the result
Public propertySprintDecimal Gets the sprint
Public propertySprintRanking Gets the sprint ranking
Public propertyStatus Gets the status of the result
Public propertyStatusComment Gets the status comment
Public propertyTime Gets the time of the result
Public propertyTimeRanking Gets the time ranking
Public propertyWcPoints Gets the wc?points
Top
Methods
 NameDescription
Public methodGetMatchStatusAsync Asynchronously gets the match status
Top
See Also