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

Наследование: BF2PageModel
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Country string
CountryList List
CurrentPage int
Records List
ScoreHeader string
TotalPages int
TotalRecords int
UrlName string

Открытые методы

Метод Описание
FormatNumber ( int Num ) : string
RankingsTypeModel ( HttpClient Client ) : System

Описание методов

FormatNumber() публичный Метод

public FormatNumber ( int Num ) : string
Num int
Результат string

RankingsTypeModel() публичный Метод

public RankingsTypeModel ( HttpClient Client ) : System
Client HttpClient
Результат System

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

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

Gets the country code if we are filtering by country
public string Country
Результат string

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

Gets a list of country codes from the player base
public List CountryList
Результат List

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

Gets the current page number in our player results
public int CurrentPage
Результат int

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

Gets the list of player records
public List Records
Результат List

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

Gets the Table header name for the scoring type
public string ScoreHeader
Результат string

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

Gets the total number of page results
public int TotalPages
Результат int

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

Gets the total number of records that match our filtering
public int TotalRecords
Результат int

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

Gets the scoring type selected for a URL
public string UrlName
Результат string