Interface ISportSummary
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing a sport
public interface ISportSummary : IEntityPrinter
- Inherited Members
Properties
Id
Gets a Urn uniquely identifying the sport represented by the current instance
Urn Id { get; }
Property Value
Names
Gets the name of the sport represented by the current instance
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.