Click or drag to resize

IEventResultV2 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 IEventResultV2 : IEventResultV1, 
	IEventResult

The IEventResultV2 type exposes the following members.

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