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

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

공개 프로퍼티들

프로퍼티 타입 설명
MyLeaderboardPlayers List
Players object>>.List
Servers List

공개 메소드들

메소드 설명
IndexModel ( HttpClient Client ) : System.Collections.Generic

메소드 상세

IndexModel() 공개 메소드

public IndexModel ( HttpClient Client ) : System.Collections.Generic
Client HttpClient
리턴 System.Collections.Generic

프로퍼티 상세

MyLeaderboardPlayers 공개적으로 프로퍼티

List of My leaderboard players. Only filled if home style is set to BF2s
public List MyLeaderboardPlayers
리턴 List

Players 공개적으로 프로퍼티

The array of X players used to display on the home page
public List> Players
리턴 object>>.List

Servers 공개적으로 프로퍼티

A list of servers to display on the Index.cshtml page
public List Servers
리턴 List