Interface IPeriodScore
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing a score of a sport event period
public interface IPeriodScore : IEntityPrinter
- Inherited Members
Properties
AwayScore
Gets the score of the away team in the period represented by the current IPeriodScore instance
decimal AwayScore { get; }
Property Value
HomeScore
Gets the score of the home team in the period represented by the current IPeriodScore instance
decimal HomeScore { get; }
Property Value
Number
Number of the period
int? Number { get; }
Property Value
- int?
Type
Type of the period
PeriodType? Type { get; }
Property Value
Methods
GetMatchStatusAsync(CultureInfo)
Asynchronously gets the match status
Task<ILocalizedNamedValue> GetMatchStatusAsync(CultureInfo culture)
Parameters
cultureCultureInfoThe culture used to get match status id and description
Returns
- Task<ILocalizedNamedValue>
Returns the match status id and description in selected culture