Interface IOutcomeMappingData
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.MarketMapping
- Assembly
- Sportradar.OddsFeed.SDK.dll
Represents mapping information used to map market outcomes
public interface IOutcomeMappingData
Properties
MarketId
Gets the mapped market identifier
string MarketId { get; }
Property Value
- string
The mapped market identifier
OutcomeId
Gets the id of the outcome
string OutcomeId { get; }
Property Value
ProducerOutcomeId
Gets the producer outcome identifier
string ProducerOutcomeId { get; }
Property Value
Methods
GetProducerOutcomeName(CultureInfo)
Gets the name of the producer outcome in specified language
string GetProducerOutcomeName(CultureInfo culture)
Parameters
cultureCultureInfoA CultureInfo specifying the language of the retrieved producer outcome name
Returns
- string
Returns the producer outcome name in the language specified by the passed
culture