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
BetradarName
A betradar name
string BetradarName { get; }
Property Value
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
GroupId
Gets the id of the group associated with the current round
Urn GroupId { get; }
Property Value
Names
Gets the name of the current IRound per language
IDictionary<CultureInfo, string> Names { get; }
Property Value
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
Phase
Gets the phase of the associated round
string Phase { get; }
Property Value
PhaseOrGroupLongNames
Gets the phase or group long name of the current IRound per language
IDictionary<CultureInfo, string> PhaseOrGroupLongNames { get; }
Property Value
Type
Gets the type of the round
string Type { get; }
Property Value
Methods
GetName(CultureInfo)
Gets the name for specific language
string GetName(CultureInfo culture)
Parameters
cultureCultureInfoThe 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
cultureCultureInfoThe culture
Returns
- string
Return the phase or group long name if exists, or null