C# Class BF2Statistics.Web.Bf2Stats.LeaderboardController

Inheritance: Controller
Afficher le fichier Open project: BF2Statistics/ControlCenter

Protected Properties

Свойство Type Description
Model LeaderboardModel

Méthodes publiques

Méthode Description
HandleRequest ( MvcRoute Route ) : void
LeaderboardController ( HttpClient Client ) : System

Private Methods

Méthode Description
GetOnlineStatus ( int Pid ) : string

Method Details

HandleRequest() public méthode

public HandleRequest ( MvcRoute Route ) : void
Route MvcRoute
Résultat void

LeaderboardController() public méthode

public LeaderboardController ( HttpClient Client ) : System
Client HttpClient
Résultat System

Property Details

Model protected_oe property

Our Model, which holds the variables to be used in the View
protected LeaderboardModel,BF2Statistics.Web.Bf2Stats Model
Résultat LeaderboardModel