C# Class BF2Statistics.Web.Bf2Stats.RankingsTypeModel

Inheritance: BF2PageModel
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
Country string
CountryList List
CurrentPage int
Records List
ScoreHeader string
TotalPages int
TotalRecords int
UrlName string

Méthodes publiques

Méthode Description
FormatNumber ( int Num ) : string
RankingsTypeModel ( HttpClient Client ) : System

Method Details

FormatNumber() public méthode

public FormatNumber ( int Num ) : string
Num int
Résultat string

RankingsTypeModel() public méthode

public RankingsTypeModel ( HttpClient Client ) : System
Client HttpClient
Résultat System

Property Details

Country public_oe property

Gets the country code if we are filtering by country
public string Country
Résultat string

CountryList public_oe property

Gets a list of country codes from the player base
public List CountryList
Résultat List

CurrentPage public_oe property

Gets the current page number in our player results
public int CurrentPage
Résultat int

Records public_oe property

Gets the list of player records
public List Records
Résultat List

ScoreHeader public_oe property

Gets the Table header name for the scoring type
public string ScoreHeader
Résultat string

TotalPages public_oe property

Gets the total number of page results
public int TotalPages
Résultat int

TotalRecords public_oe property

Gets the total number of records that match our filtering
public int TotalRecords
Résultat int

UrlName public_oe property

Gets the scoring type selected for a URL
public string UrlName
Résultat string