Click or drag to resize

IOutcomeDescription Interface

Defines a contract implemented by classes representing betting outcome 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 IOutcomeDescription

The IOutcomeDescription type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets a value uniquely identifying the current outcome within the market
Top
Methods
  NameDescription
Public methodGetDescription
Gets the description of the betting outcome represented by the current instance
Public methodGetName
Gets the name of the betting outcome represented by the current instance
Top
See Also