Table of Contents

Interface IRound

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

Defines a contract implemented by classes providing basic tournament round information

public interface IRound : IEntityPrinter
Inherited Members

Properties

BetradarId

Gets the betradar identifier

int BetradarId { get; }

Property Value

int

BetradarName

A betradar name

string BetradarName { get; }

Property Value

string

CupRoundMatchNumber

Gets a value specifying the number of the match in the current cup round or a null reference if match number is not applicable to current IRound instance

int? CupRoundMatchNumber { get; }

Property Value

int?

CupRoundMatches

Gets a value specifying the number of matches in the current cup round or a null reference if number of matches is not applicable to current IRound instance

int? CupRoundMatches { get; }

Property Value

int?

Group

Gets the group associated with the current round

string Group { get; }

Property Value

string

GroupId

Gets the id of the group associated with the current round

Urn GroupId { get; }

Property Value

Urn

Names

Gets the name of the current IRound per language

IDictionary<CultureInfo, string> Names { get; }

Property Value

IDictionary<CultureInfo, string>

Number

Gets a value specifying the round number or a null reference if round number is not defined

int? Number { get; }

Property Value

int?

OtherMatchId

Gets the id of the other match

string OtherMatchId { get; }

Property Value

string

Phase

Gets the phase of the associated round

string Phase { get; }

Property Value

string

PhaseOrGroupLongNames

Gets the phase or group long name of the current IRound per language

IDictionary<CultureInfo, string> PhaseOrGroupLongNames { get; }

Property Value

IDictionary<CultureInfo, string>

Type

Gets the type of the round

string Type { get; }

Property Value

string

Methods

GetName(CultureInfo)

Gets the name for specific language

string GetName(CultureInfo culture)

Parameters

culture CultureInfo

The culture

Returns

string

Return the Name if exists, or null

GetPhaseOrGroupLongName(CultureInfo)

Gets the phase or group long name for specific language

string GetPhaseOrGroupLongName(CultureInfo culture)

Parameters

culture CultureInfo

The culture

Returns

string

Return the phase or group long name if exists, or null