Interface IManager
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing manager info
public interface IManager
Properties
CountryCode
Gets the country code
string CountryCode { get; }
Property Value
- string
The country code
Id
Gets a Urn specifying the id of the manager
Urn Id { get; }
Property Value
Methods
GetName(CultureInfo)
Gets the name of the manager
string GetName(CultureInfo culture)
Parameters
cultureCultureInfoA CultureInfo specifying the language of the returned name
Returns
- string
Return a name of the manager
GetNationality(CultureInfo)
Gets the nationality of the manager
string GetNationality(CultureInfo culture)
Parameters
cultureCultureInfoA CultureInfo specifying the language of the returned nationality
Returns
- string
Return a nationality of the manager