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.42.0.0 (1.42.0.0)
Syntax
C#
public interface IMarketDescription

The IMarketDescription type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
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 propertyIncludesOutcomesOfType Obsolete.
Gets the includes_outcomes_of_type market attribute - an indication of which type of outcomes the market includes
Public propertyMappings
Public propertyOutcomes
Public propertyOutcomeType
Gets the outcome_type market attribute - an indication of which type of outcomes the market includes
Public propertySpecifiers
Top
Methods
  NameDescription
Public methodGetDescription
Gets the description of the market description in the language specified by the passed
culture
Public methodGetName
Gets the name of the market description in the language specified by the passed
culture
Top
See Also