Click or drag to resize

BetOutcome Class

Localized bet outcome / odds field.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.CommonBetOutcome

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class BetOutcome

The BetOutcome type exposes the following members.

Constructors
 NameDescription
Public methodBetOutcome Initializes a new instance of the BetOutcome class
Top
Properties
 NameDescription
Public propertyTranslation Localized odds field name (e.g. en="u", fi="u", ru="M")
Public propertyType Odds field name (e.g. "u" for under)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also