C# Class BF2Statistics.Web.Bf2Stats.IndexModel

Inheritance: BF2PageModel
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
MyLeaderboardPlayers List
Players object>>.List
Servers List

Méthodes publiques

Méthode Description
IndexModel ( HttpClient Client ) : System.Collections.Generic

Method Details

IndexModel() public méthode

public IndexModel ( HttpClient Client ) : System.Collections.Generic
Client HttpClient
Résultat System.Collections.Generic

Property Details

MyLeaderboardPlayers public_oe property

List of My leaderboard players. Only filled if home style is set to BF2s
public List MyLeaderboardPlayers
Résultat List

Players public_oe property

The array of X players used to display on the home page
public List> Players
Résultat object>>.List

Servers public_oe property

A list of servers to display on the Index.cshtml page
public List Servers
Résultat List