Table of Contents

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

Gets a Urn used to uniquely identify the current IReferee instance

Urn Id { get; }

Property Value

Urn

Name

Gets the name of the referee represented by the current IReferee instance

string Name { get; }

Property Value

string

Nationalities

Gets a IReadOnlyDictionary<TKey, TValue> containing referee nationality in different languages

IReadOnlyDictionary<CultureInfo, string> Nationalities { get; }

Property Value

IReadOnlyDictionary<CultureInfo, string>

Methods

GetNationality(CultureInfo)

Gets the referee nationality in the specified language

string GetNationality(CultureInfo culture)

Parameters

culture CultureInfo

A CultureInfo specifying the language.

Returns

string

The referee nationality in the specified language.