Click or drag to resize

IReferee Interface

Defines a contract implemented by classes representing sport event referee

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

The IReferee type exposes the following members.

Properties
 NameDescription
Public propertyId Gets a URN used to uniquely identify the current IReferee instance
Public propertyName Gets the name of the referee represented by the current IReferee instance
Public propertyNationalities Gets a IReadOnlyDictionaryTKey, TValue containing referee nationality in different languages
Top
Methods
 NameDescription
Public methodGetNationality Gets the referee nationality in the specified language
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