Table of Contents

Class player

Namespace
Sportradar.LiveData.Sdk.Providers.Protocols.LiveScout.Server
Assembly
Sportradar.LiveData.Sdk.dll
[Serializable]
public class player : ServerData, IProtocolResponse, IProtocolBase
Inheritance
player
Implements
Inherited Members

Properties

attributes

public attribute[] attributes { get; set; }

Property Value

attribute[]

extplayerid

public string extplayerid { get; set; }

Property Value

string

id

public int id { get; set; }

Property Value

int

matchroles

public matchrole[] matchroles { get; set; }

Property Value

matchrole[]

name

public string name { get; set; }

Property Value

string

nickname

public string nickname { get; set; }

Property Value

string

order

public int order { get; set; }

Property Value

int

orderSpecified

public bool orderSpecified { get; set; }

Property Value

bool

position

public string position { get; set; }

Property Value

string

shirtnumber

public int shirtnumber { get; set; }

Property Value

int

specificcontracts

public specificcontract[] specificcontracts { get; set; }

Property Value

specificcontract[]

substitute

public bool substitute { get; set; }

Property Value

bool

substituteSpecified

public bool substituteSpecified { get; set; }

Property Value

bool

team

public int team { get; set; }

Property Value

int