Click or drag to resize

IPeriodScore Interface

Defines a contract implemented by classes representing a score of a sport event period

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 IPeriodScore : IEntityPrinter

The IPeriodScore type exposes the following members.

Properties
 NameDescription
Public propertyAwayScore Gets the score of the away team in the period represented by the current IPeriodScore instance
Public propertyHomeScore Gets the score of the home team in the period represented by the current IPeriodScore instance
Public propertyMatchStatusCodeObsolete.
Gets the match status code
Public propertyNumber Number of the period
Public propertyType Type of the period
Top
Methods
 NameDescription
Public methodGetMatchStatusAsync Asynchronously gets the match status
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