Click or drag to resize

Player Class

A player in the lineup.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.CommonEntityBase
    Sportradar.SDK.FeedProviders.LiveScoutScoutEntityBase
      Sportradar.SDK.FeedProviders.LiveScoutPlayer

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class Player : ScoutEntityBase

The Player type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalData Contains any additional XML attributes found while parsing XML feed messages that are not supported with the current version of the data contracts. These are represented as an XML attribute name-value tuples.
(Inherited from EntityBase)
Public propertyAttributes Attributes
Public propertyId ID of the player
Public propertyIsSubstitute Is the player a substitute?
Public propertyMatchRoles Match roles
Public propertyName Name of the player.
Public propertyNickname Player nickname
Public propertyOrder The order id
Public propertyPosition Player position
Public propertyShirtNumber Shirt number.
Public propertyTeam Team of the player.
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 ScoutEntityBaseToString)
Top
See Also