Interface IDelayedInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing delayed info in a sport event
public interface IDelayedInfo
Properties
Descriptions
Gets the list of translated names
IReadOnlyDictionary<CultureInfo, string> Descriptions { get; }
Property Value
- IReadOnlyDictionary<CultureInfo, string>
The list of translated names
Id
Gets the id identifying the current instance
int Id { get; }
Property Value
- int
The id identifying the current instance
Methods
GetDescription(CultureInfo)
Gets the description associated with this instance in specific language
string GetDescription(CultureInfo culture)
Parameters
cultureCultureInfoThe language used to get the description
Returns
- string
Description if available in specified language or null