Click or drag to resize

ScoreEntry Properties

The ScoreEntry type exposes the following members.

Properties
 NameDescription
Public propertyAffectedPlayer Player that scored or received a card.
(Inherited from BaseScoreCardEntry)
Public propertyAffectedTeam Team that scored or received a card.
(Inherited from BaseScoreCardEntry)
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.
(Inherited from BaseScoreCardEntry)
Public propertyId Id that uniquely identifies each score and card. For score types "ht", "ft", "ot" and "pen" Id will not be set.
(Inherited from BaseScoreCardEntry)
Public propertyPlayerId Id of player that scored or received a card.
(Inherited from BaseScoreCardEntry)
Public propertyScore Score (home:away)
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.
(Inherited from BaseScoreCardEntry)
Public propertyType Indicates score type during a match (e.g. full time, half time, live, etc.).
Top
See Also