C# Class BikeInCity.ViewModels.BikeCityViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: hoonzis/bikeincity

Méthodes publiques

Méthode Description
BikeCityViewModel ( City city ) : System
EndGetAllStations ( IAsyncResult result ) : void
GetAllStations ( bool showWhenLoaded ) : void

Calls the proxy client for a list of all bike stations.

Method Details

BikeCityViewModel() public méthode

public BikeCityViewModel ( City city ) : System
city BikeInCity.Model.City
Résultat System

EndGetAllStations() public méthode

public EndGetAllStations ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

GetAllStations() public méthode

Calls the proxy client for a list of all bike stations.
public GetAllStations ( bool showWhenLoaded ) : void
showWhenLoaded bool
Résultat void