Click or drag to resize

BetValue Class

Value associated with a specified BetTypeKey. This includes localized bet type name (e.g. en="hc", fi="Taaoitus") and localized outcomes/odds fields (e.g. "1", "x", "2" in different languages)
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.CommonBetValue

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

The BetValue type exposes the following members.

Constructors
 NameDescription
Public methodBetValue Initializes a new instance of the BetValue class
Top
Properties
 NameDescription
Public propertyKey Corresponding key.
Public propertyName Localized bet type name
Public propertyOutcomes Collection of localized outcomes / odds fields
Public propertyType Odds type name (international, e.g. "3w", "to", "hc" );
Top
Methods
 NameDescription
Public methodClone Creates a new object that is a copy of the current instance.
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