Click or drag to resize

BetTypeKey Class

Bet type key (e.g. "3w" = 2)
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.CommonBetTypeKey

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

The BetTypeKey type exposes the following members.

Constructors
 NameDescription
Public methodBetTypeKey(Int64) Initializes a new instance of the BetTypeKey class
Public methodBetTypeKey(Int64, NullableInt64) Initializes a new instance of the BetTypeKey class
Top
Properties
 NameDescription
Public propertyBetSubType Optional bet subtype id (e.g. type="ft3w" typeid="6" subtype="13" freetext="Next goal")
Public propertyBetTypeId Unique bet type id (e.g. type="3w", typeid="2")
Top
Methods
 NameDescription
Public methodEquals(BetTypeKey) Check for equality.
Public methodEquals(Object) Check for equality.
(Overrides ObjectEquals(Object))
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also