Click or drag to resize

ICompetitorV5 Interface

Represents a team competing in a sport event

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 ICompetitorV5 : ICompetitorV4, 
	ICompetitorV3, ICompetitorV2, ICompetitorV1, ICompetitor, IPlayer, 
	IEntityPrinter

The ICompetitorV5 type exposes the following members.

Properties
 NameDescription
Public propertyAbbreviations Gets a IReadOnlyDictionaryTKey, TValue containing competitor's abbreviations in different languages
(Inherited from ICompetitor)
Public propertyAgeGroup Gets the age group
(Inherited from ICompetitorV3)
Public propertyAssociatedPlayers Gets the list of associated player ids
(Inherited from ICompetitor)
Public propertyCountries Gets a IReadOnlyDictionaryTKey, TValue containing competitor's country names in different languages
(Inherited from ICompetitor)
Public propertyCountryCode Gets the country code
(Inherited from ICompetitor)
Public propertyGender Gets the gender
(Inherited from ICompetitorV1)
Public propertyId Gets the URN uniquely identifying the current ICompetitor instance
(Inherited from IPlayer)
Public propertyIsVirtual Gets a value indicating whether the current instance represents a placeholder team
(Inherited from ICompetitor)
Public propertyJerseys Gets the jerseys of known competitors
(Inherited from ICompetitor)
Public propertyManager Gets the manager
(Inherited from ICompetitor)
Public propertyNames Gets a IReadOnlyDictionaryTKey, TValue containing player names in different languages
(Inherited from IPlayer)
Public propertyRaceDriverProfile Gets the race driver profile
(Inherited from ICompetitorV2)
Public propertyReferences Gets the reference ids
(Inherited from ICompetitor)
Public propertyState Gets the state
(Inherited from ICompetitorV4)
Public propertyVenue Gets the venue
(Inherited from ICompetitor)
Top
Methods
 NameDescription
Public methodGetAbbreviation Gets the competitor's abbreviation in the specified language or a null reference.
(Inherited from ICompetitor)
Public methodGetCategoryAsync Gets associated category
Public methodGetCountry Gets the competitor's country name in the specified language or a null reference.
(Inherited from ICompetitor)
Public methodGetName Gets the name of the player in the specified language or a null reference
(Inherited from IPlayer)
Public methodGetSportAsync Gets associated sport
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