Class Player
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
A player in the lineup.
[Serializable]
public class Player : ScoutEntityBase
- Inheritance
-
Player
- Inherited Members
Fields
SpecificContracts
public List<SpecificContract> SpecificContracts
Field Value
Properties
Attributes
Attributes
public List<Attribute> Attributes { get; }
Property Value
Id
ID of the player
public int Id { get; }
Property Value
IsSubstitute
Is the player a substitute?
public bool IsSubstitute { get; }
Property Value
MatchRoles
Match roles
public List<MatchRole> MatchRoles { get; }
Property Value
Name
Name of the player.
public string Name { get; }
Property Value
Nickname
Player nickname
public string Nickname { get; }
Property Value
Order
The order id
public int? Order { get; }
Property Value
- int?
Position
Player position
public string Position { get; }
Property Value
ShirtNumber
Shirt number.
public int ShirtNumber { get; }
Property Value
Team
Team of the player.
public Team Team { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.