Interface ICategorySummary
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing sport category
public interface ICategorySummary : IEntityPrinter
- Inherited Members
Properties
CountryCode
Gets the country code
string CountryCode { get; }
Property Value
- string
The country code
Id
Gets a Urn uniquely identifying the category represented by the current instance
Urn Id { get; }
Property Value
Names
Gets a IReadOnlyDictionary<TKey, TValue> containing translated category name
IReadOnlyDictionary<CultureInfo, string> Names { get; }
Property Value
Methods
GetName(CultureInfo)
Gets the name in specified culture language
string GetName(CultureInfo culture)
Parameters
cultureCultureInfoThe culture.
Returns
- string
System.String.