Click or drag to resize

OddsSuggestionEventArgs Class

Event arguments passed with OnOddsSuggestion.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Sportradar.SDK.FeedProviders.LiveScoutOddsSuggestionEventArgs

Namespace:  Sportradar.SDK.FeedProviders.LiveScout
Assembly:  LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.23.0.0 (2.23.0.0)
Syntax
C#
[SerializableAttribute]
public class OddsSuggestionEventArgs : EventArgs

The OddsSuggestionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOddsSuggestionEventArgs
Initializes a new instance of the OddsSuggestionEventArgs class
Top
Properties
  NameDescription
Public propertyMatchId
Match id
Public propertyOdds
Collection of odd values
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also