Interface IOutcomeMapping
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.MarketMapping
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing mapping id of outcome
public interface IOutcomeMapping
Properties
Id
Gets the identifier
string Id { get; }
Property Value
MarketId
Gets the id of the mapped market
string MarketId { get; }
Property Value
- string
The id of the mapped market
Methods
GetName(CultureInfo)
Gets the name of the outcome in the specified language
string GetName(CultureInfo culture)
Parameters
cultureCultureInfoA CultureInfo specifying the language in which to get the name
Returns
- string
The name in the specific language