C# Class BF2Statistics.Web.Bf2Stats.RankingsTypeModel.PlayerRow

Represents a player result for the scoring table
Datei anzeigen Open project: BF2Statistics/ControlCenter

Public Properties

Property Type Description
Country string
KillDeathRatio double
Name string
Pid int
Rank int
ScorePerMin double
ScoreValue string
Time int
WinLossRatio double

Property Details

Country public_oe property

Gets the players country code
public string Country
return string

KillDeathRatio public_oe property

Gets the players kill-death ratio
public double KillDeathRatio
return double

Name public_oe property

Gets the player's name
public string Name
return string

Pid public_oe property

Gets the player's PID
public int Pid
return int

Rank public_oe property

Gets the players rank index
public int Rank
return int

ScorePerMin public_oe property

Gets the players score per minute
public double ScorePerMin
return double

ScoreValue public_oe property

Gets the player's score value, which is based on the scoring type
public string ScoreValue
return string

Time public_oe property

Gets the player's time played in seconds
public int Time
return int

WinLossRatio public_oe property

Gets the players win-loss ratio
public double WinLossRatio
return double