Interface IDrawResult
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing the draw result
public interface IDrawResult
Properties
Names
Gets a IReadOnlyDictionary<TKey, TValue> containing translated names
IReadOnlyDictionary<CultureInfo, string> Names { get; }
Property Value
Value
Gets the value of the draw
int? Value { get; }
Property Value
- int?
Methods
GetName(CultureInfo)
Gets the name in specified culture language
string GetName(CultureInfo culture)
Parameters
cultureCultureInfoThe culture
Returns
- string
System.String.