Table of Contents

Interface IEventResult

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

Defines methods used by classes that provide event result information

public interface IEventResult

Properties

AwayScore

Gets the score of the away competitor competing on the associated sport event

decimal? AwayScore { get; }

Property Value

decimal?

ClimberDecimal

Gets the climber

decimal? ClimberDecimal { get; }

Property Value

decimal?

The climber

ClimberRanking

Gets the climber ranking

int? ClimberRanking { get; }

Property Value

int?

The climber ranking

CompetitorResults

Gets the competitor results

IEnumerable<ICompetitorResult> CompetitorResults { get; }

Property Value

IEnumerable<ICompetitorResult>

The results

Distance

Gets the distance

double? Distance { get; }

Property Value

double?

The distance

Grid

Gets the grid

int? Grid { get; }

Property Value

int?

The grid

HomeScore

Gets the score of the home competitor competing on the associated sport event

decimal? HomeScore { get; }

Property Value

decimal?

Id

Gets the id of the event result

string Id { get; }

Property Value

string

The id of the event result

PointsDecimal

Gets the points

decimal? PointsDecimal { get; }

Property Value

decimal?

The points

Position

Gets the position of the result

int? Position { get; }

Property Value

int?

The position of the result

SprintDecimal

Gets the sprint

decimal? SprintDecimal { get; }

Property Value

decimal?

The sprint

SprintRanking

Gets the sprint ranking

int? SprintRanking { get; }

Property Value

int?

The sprint ranking

Status

Gets the status of the result

string Status { get; }

Property Value

string

The status of the result

StatusComment

Gets the status comment

string StatusComment { get; }

Property Value

string

The status comment

Time

Gets the time of the result

string Time { get; }

Property Value

string

The time of the result

TimeRanking

Gets the time ranking

int? TimeRanking { get; }

Property Value

int?

The time ranking

WcPoints

Gets the wc?points

decimal? WcPoints { get; }

Property Value

decimal?

The wc?points

Methods

GetMatchStatusAsync(CultureInfo)

Asynchronously gets the match status

Task<ILocalizedNamedValue> GetMatchStatusAsync(CultureInfo culture)

Parameters

culture CultureInfo

The culture used to get match status id and description

Returns

Task<ILocalizedNamedValue>

Returns the match status id and description in selected culture