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

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

공개 프로퍼티들

프로퍼티 타입 설명
Player object>.Dictionary
RankingDescriptions string[]
RankingNames string[]
Rankings List
Stats List
StatsNames string[]

공개 메소드들

메소드 설명
FormatInteger ( int Num ) : string
FormatNumber ( decimal Num ) : string
PlayerRankingsModel ( HttpClient Client ) : System

메소드 상세

FormatInteger() 공개 메소드

public FormatInteger ( int Num ) : string
Num int
리턴 string

FormatNumber() 공개 메소드

public FormatNumber ( decimal Num ) : string
Num decimal
리턴 string

PlayerRankingsModel() 공개 메소드

public PlayerRankingsModel ( HttpClient Client ) : System
Client HttpClient
리턴 System

프로퍼티 상세

Player 공개적으로 프로퍼티

Player Data from the player Table
public Dictionary Player
리턴 object>.Dictionary

RankingDescriptions 공개적으로 프로퍼티

public string[] RankingDescriptions
리턴 string[]

RankingNames 공개적으로 프로퍼티

public string[] RankingNames
리턴 string[]

Rankings 공개적으로 프로퍼티

public List Rankings
리턴 List

Stats 공개적으로 프로퍼티

public List Stats
리턴 List

StatsNames 공개적으로 프로퍼티

public string[] StatsNames
리턴 string[]