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

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

공개 프로퍼티들

프로퍼티 타입 설명
ArmyData List
ArmySummary ArmyMapSummary
EquipmentSummary WeaponSummary
ExpackTime int>.Dictionary
FavoriteMapId int
Favorites int>.Dictionary
KitData List
KitSummary ObjectSummary
MapData List
MapSummary ArmyMapSummary
NextPlayerRanks List
OnMyLeaderboard bool
Player object>.Dictionary
PlayerBadges List>.Dictionary
PlayerImage string
PlayerMedals Award>.Dictionary
PlayerRibbons Award>.Dictionary
PlayerSFBadges List>.Dictionary
PlayerSFMedals Award>.Dictionary
PlayerSFRibbons Award>.Dictionary
PlayerUnlocks BF2Statistics.Web.Bf2Stats.WeaponUnlock[]
TheaterData List
TopEnemies List
TopVictims List
VehicleData List
VehicleSummary ObjectSummary
WeaponData List
WeaponData2 List
WeaponSummary WeaponSummary

공개 메소드들

메소드 설명
FormatAwardDate ( int Time ) : string
FormatDate ( object Time ) : string
FormatFloat ( object Num, int Decimals ) : string
FormatNumber ( int Num ) : string
FormatTime ( object Time ) : string
PlayerModel ( HttpClient Client ) : System

메소드 상세

FormatAwardDate() 공개 메소드

public FormatAwardDate ( int Time ) : string
Time int
리턴 string

FormatDate() 공개 메소드

public FormatDate ( object Time ) : string
Time object
리턴 string

FormatFloat() 공개 메소드

public FormatFloat ( object Num, int Decimals ) : string
Num object
Decimals int
리턴 string

FormatNumber() 공개 메소드

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

FormatTime() 공개 메소드

public FormatTime ( object Time ) : string
Time object
리턴 string

PlayerModel() 공개 메소드

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

프로퍼티 상세

ArmyData 공개적으로 프로퍼티

public List ArmyData
리턴 List

ArmySummary 공개적으로 프로퍼티

public ArmyMapSummary,BF2Statistics.Web.Bf2Stats ArmySummary
리턴 ArmyMapSummary

EquipmentSummary 공개적으로 프로퍼티

public WeaponSummary,BF2Statistics.Web.Bf2Stats EquipmentSummary
리턴 WeaponSummary

ExpackTime 공개적으로 프로퍼티

public Dictionary ExpackTime
리턴 int>.Dictionary

FavoriteMapId 공개적으로 프로퍼티

Favorite Map id differs from the index located in the Favorites map array, so the ID is defined here
public int FavoriteMapId
리턴 int

Favorites 공개적으로 프로퍼티

An list that contains the index of the player favorites in a catagory. these indexies are used to highlight player favorite rows
public Dictionary Favorites
리턴 int>.Dictionary

KitData 공개적으로 프로퍼티

public List KitData
리턴 List

KitSummary 공개적으로 프로퍼티

public ObjectSummary,BF2Statistics.Web.Bf2Stats KitSummary
리턴 ObjectSummary

MapData 공개적으로 프로퍼티

public List MapData
리턴 List

MapSummary 공개적으로 프로퍼티

public ArmyMapSummary,BF2Statistics.Web.Bf2Stats MapSummary
리턴 ArmyMapSummary

NextPlayerRanks 공개적으로 프로퍼티

A list of the Next player ranks to be earned (For Time To Advancement section)
public List NextPlayerRanks
리턴 List

OnMyLeaderboard 공개적으로 프로퍼티

Indicates whether this player is on the MyLeaderboard for this client
public bool OnMyLeaderboard
리턴 bool

Player 공개적으로 프로퍼티

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

PlayerBadges 공개적으로 프로퍼티

public Dictionary> PlayerBadges
리턴 List>.Dictionary

PlayerImage 공개적으로 프로퍼티

Player image URL
public string PlayerImage
리턴 string

PlayerMedals 공개적으로 프로퍼티

public Dictionary PlayerMedals
리턴 Award>.Dictionary

PlayerRibbons 공개적으로 프로퍼티

public Dictionary PlayerRibbons
리턴 Award>.Dictionary

PlayerSFBadges 공개적으로 프로퍼티

public Dictionary> PlayerSFBadges
리턴 List>.Dictionary

PlayerSFMedals 공개적으로 프로퍼티

public Dictionary PlayerSFMedals
리턴 Award>.Dictionary

PlayerSFRibbons 공개적으로 프로퍼티

public Dictionary PlayerSFRibbons
리턴 Award>.Dictionary

PlayerUnlocks 공개적으로 프로퍼티

public WeaponUnlock[],BF2Statistics.Web.Bf2Stats PlayerUnlocks
리턴 BF2Statistics.Web.Bf2Stats.WeaponUnlock[]

TheaterData 공개적으로 프로퍼티

public List TheaterData
리턴 List

TopEnemies 공개적으로 프로퍼티

A list of players this player has been killed by the most
public List TopEnemies
리턴 List

TopVictims 공개적으로 프로퍼티

A list of the Players this player has killed the most
public List TopVictims
리턴 List

VehicleData 공개적으로 프로퍼티

public List VehicleData
리턴 List

VehicleSummary 공개적으로 프로퍼티

public ObjectSummary,BF2Statistics.Web.Bf2Stats VehicleSummary
리턴 ObjectSummary

WeaponData 공개적으로 프로퍼티

public List WeaponData
리턴 List

WeaponData2 공개적으로 프로퍼티

public List WeaponData2
리턴 List

WeaponSummary 공개적으로 프로퍼티

public WeaponSummary,BF2Statistics.Web.Bf2Stats WeaponSummary
리턴 WeaponSummary