Click or drag to resize

IRound Interface

Defines a contract implemented by classes providing basic tournament round information

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

The IRound type exposes the following members.

Properties
 NameDescription
Public propertyBetradarId Gets the betradar identifier
Public propertyCupRoundMatches 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
Public propertyCupRoundMatchNumber 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
Public propertyGroup Gets the name of the group associated with the current round
Public propertyGroupNameObsolete.
Gets the group name of the current IRound per language
Public propertyName Gets the name of the current IRound per locale
Public propertyNumber Gets a value specifying the round number or a null reference if round number is not defined
Public propertyOtherMatchId Gets the id of the other match
Public propertyPhaseOrGroupLongName Gets the phase or group long name of the current IRound per locale
Public propertyType Gets the type of the round
Top
Methods
 NameDescription
Public methodGetGroupName Gets the group name for specific language
Public methodGetName Gets the name for specific locale
Public methodGetPhaseOrGroupLongName Gets the phase or group long name for specific locale
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