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

Represents a player result for the scoring table
Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство 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
Résultat string

KillDeathRatio public_oe property

Gets the players kill-death ratio
public double KillDeathRatio
Résultat double

Name public_oe property

Gets the player's name
public string Name
Résultat string

Pid public_oe property

Gets the player's PID
public int Pid
Résultat int

Rank public_oe property

Gets the players rank index
public int Rank
Résultat int

ScorePerMin public_oe property

Gets the players score per minute
public double ScorePerMin
Résultat double

ScoreValue public_oe property

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

Time public_oe property

Gets the player's time played in seconds
public int Time
Résultat int

WinLossRatio public_oe property

Gets the players win-loss ratio
public double WinLossRatio
Résultat double