Click or drag to resize

ISportEventStatus Interface

Defines a contract implemented by classes representing the status of a sport event

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 ISportEventStatus

The ISportEventStatus type exposes the following members.

Properties
 NameDescription
Public propertyAwayScore Gets the score of the away competitor competing on the associated sport event
Public propertyHomeScore Gets the score of the home competitor competing on the associated sport event
Public propertyIsReported Gets a value indicating whether a data journalist is present od the associated sport event, or a null reference if the information is not available
Public propertyProperties Gets a IReadOnlyDictionaryTKey, TValue containing additional event status values
Public propertyStatus Gets a EventStatus describing the high-level status of the associated sport event
Top
Methods
 NameDescription
Public methodGetMatchStatusAsync Gets the match status for specific locale
Public methodGetPropertyValue Gets the value of the property specified by it's name
Top
See Also