Click or drag to resize

IRoundV3 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 IRoundV3 : IRoundV2, 
	IRoundV1, IRound, IEntityPrinter

The IRoundV3 type exposes the following members.

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