Click or drag to resize

BaseScoreCardEntry Class

Score/Card summary by time. Used for live reporting of results/cards and final results (fulltime/halftime). The same card and the same score can be sent several times; this is used to update information, for example player or time. Serves as a base class for CardEntry and ScoreEntry.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.LiveOddsBaseScoreCardEntry
    Sportradar.SDK.FeedProviders.LiveOdds.LiveOddsCardEntry
    Sportradar.SDK.FeedProviders.LiveOdds.LiveOddsScoreEntry

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

The BaseScoreCardEntry type exposes the following members.

Properties
 NameDescription
Public propertyAffectedPlayer Player that scored or received a card.
Public propertyAffectedTeam Team that scored or received a card.
Public propertyCancelled True if a particular score or card has been cancelled. After this a new message with the correct score will be sent for score cancelling.
Public propertyId Id that uniquely identifies each score and card. For score types "ht", "ft", "ot" and "pen" Id will not be set.
Public propertyPlayerId Id of player that scored or received a card.
Public propertyTime Match time in minutes when the goal/card occurred. When no time is known it is set to “-1", and the AffectedPlayer property is empty.
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