C# Класс BF2Statistics.Web.Bf2Stats.RankingsTypeModel.PlayerRow

Represents a player result for the scoring table
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Country string
KillDeathRatio double
Name string
Pid int
Rank int
ScorePerMin double
ScoreValue string
Time int
WinLossRatio double

Описание свойств

Country публичное свойство

Gets the players country code
public string Country
Результат string

KillDeathRatio публичное свойство

Gets the players kill-death ratio
public double KillDeathRatio
Результат double

Name публичное свойство

Gets the player's name
public string Name
Результат string

Pid публичное свойство

Gets the player's PID
public int Pid
Результат int

Rank публичное свойство

Gets the players rank index
public int Rank
Результат int

ScorePerMin публичное свойство

Gets the players score per minute
public double ScorePerMin
Результат double

ScoreValue публичное свойство

Gets the player's score value, which is based on the scoring type
public string ScoreValue
Результат string

Time публичное свойство

Gets the player's time played in seconds
public int Time
Результат int

WinLossRatio публичное свойство

Gets the players win-loss ratio
public double WinLossRatio
Результат double