Table of Contents

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

Urn

Names

Gets the name of the sport represented by the current instance

IReadOnlyDictionary<CultureInfo, string> Names { get; }

Property Value

IReadOnlyDictionary<CultureInfo, string>

Methods

GetName(CultureInfo)

Gets the name in specified culture language

string GetName(CultureInfo culture)

Parameters

culture CultureInfo

The culture.

Returns

string

System.String.