C# Class BF2Statistics.Web.Bf2Stats.IndexModel

Inheritance: BF2PageModel
Mostrar archivo Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
MyLeaderboardPlayers List
Players object>>.List
Servers List

Public Methods

Method Description
IndexModel ( HttpClient Client ) : System.Collections.Generic

Method Details

IndexModel() public method

public IndexModel ( HttpClient Client ) : System.Collections.Generic
Client HttpClient
return 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
return List

Players public_oe property

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

Servers public_oe property

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