C# Class BF2Statistics.Web.Bf2Stats.RankingsTypeModel

Inheritance: BF2PageModel
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
Country string
CountryList List
CurrentPage int
Records List
ScoreHeader string
TotalPages int
TotalRecords int
UrlName string

Public Methods

Method Description
FormatNumber ( int Num ) : string
RankingsTypeModel ( HttpClient Client ) : System

Method Details

FormatNumber() public method

public FormatNumber ( int Num ) : string
Num int
return string

RankingsTypeModel() public method

public RankingsTypeModel ( HttpClient Client ) : System
Client HttpClient
return System

Property Details

Country public property

Gets the country code if we are filtering by country
public string Country
return string

CountryList public property

Gets a list of country codes from the player base
public List CountryList
return List

CurrentPage public property

Gets the current page number in our player results
public int CurrentPage
return int

Records public property

Gets the list of player records
public List Records
return List

ScoreHeader public property

Gets the Table header name for the scoring type
public string ScoreHeader
return string

TotalPages public property

Gets the total number of page results
public int TotalPages
return int

TotalRecords public property

Gets the total number of records that match our filtering
public int TotalRecords
return int

UrlName public property

Gets the scoring type selected for a URL
public string UrlName
return string