Interface IReferee
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing sport event referee
public interface IReferee : IEntityPrinter
- Inherited Members
Properties
Id
Urn Id { get; }
Property Value
Name
Gets the name of the referee represented by the current IReferee instance
string Name { get; }
Property Value
Nationalities
Gets a IReadOnlyDictionary<TKey, TValue> containing referee nationality in different languages
IReadOnlyDictionary<CultureInfo, string> Nationalities { get; }
Property Value
Methods
GetNationality(CultureInfo)
Gets the referee nationality in the specified language
string GetNationality(CultureInfo culture)
Parameters
cultureCultureInfoA CultureInfo specifying the language.
Returns
- string
The referee nationality in the specified language.