C# 클래스 BF2Statistics.Web.Bf2Stats.RankingsTypeModel

상속: BF2PageModel
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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