Click or drag to resize

EventOddsLite Class

Match odds used for bet type registration request (i.e. activation and deactivation of odds types and fields).
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.CommonEventOddsLite

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

The EventOddsLite type exposes the following members.

Constructors
 NameDescription
Public methodEventOddsLiteInitializes a new instance of the EventOddsLite class
Top
Properties
 NameDescription
Public propertySubType Specified with the freetext odds and tells what kind of freetext odds this is (e.g. subtype="2" freetext="Which team has kick off?".)
Public propertyType Odds type
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