Click or drag to resize

IMarketDescription Interface

Defines a contract implemented by classes representing market description

Namespace: Sportradar.OddsFeed.SDK.Entities.REST.Market
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IMarketDescription

The IMarketDescription type exposes the following members.

Properties
 NameDescription
Public propertyAttributes Gets the IEnumerableT representing market attributes providing additional information about the market.
Public propertyGroups Gets a list of groups to which the market belongs to
Public propertyId Gets the id of the market described by the current instance
Public propertyIncludesOutcomesOfTypeObsolete.
Gets the includes_outcomes_of_type market attribute - an indication of which type of outcomes the market includes
Public propertyMappings Gets the IEnumerableT representing the mappings of the market described by the current instance
Public propertyOutcomes Gets the IEnumerableT describing the outcomes of the market described by the current instance
Public propertyOutcomeType Gets the outcome_type market attribute - an indication of which type of outcomes the market includes
Public propertySpecifiers Gets the IEnumerableT representing the specifiers of the market described by the current instance
Top
Methods
 NameDescription
Public methodGetDescription Gets the description of the market description in the language specified by the passed
C#
culture
Public methodGetName Gets the name of the market description in the language specified by the passed
C#
culture
Top
See Also