Table of Contents

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

List<SpecificContract>

Properties

Attributes

Attributes

public List<Attribute> Attributes { get; }

Property Value

List<Attribute>

Id

ID of the player

public int Id { get; }

Property Value

int

IsSubstitute

Is the player a substitute?

public bool IsSubstitute { get; }

Property Value

bool

MatchRoles

Match roles

public List<MatchRole> MatchRoles { get; }

Property Value

List<MatchRole>

Name

Name of the player.

public string Name { get; }

Property Value

string

Nickname

Player nickname

public string Nickname { get; }

Property Value

string

Order

The order id

public int? Order { get; }

Property Value

int?

Position

Player position

public string Position { get; }

Property Value

string

ShirtNumber

Shirt number.

public int ShirtNumber { get; }

Property Value

int

Team

Team of the player.

public Team Team { get; }

Property Value

Team

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.