C# Class BikeInCity.ViewModels.BikeCityViewModel

Inheritance: BaseViewModel
Mostrar archivo Open project: hoonzis/bikeincity

Public Methods

Method 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 method

public BikeCityViewModel ( City city ) : System
city BikeInCity.Model.City
return System

EndGetAllStations() public method

public EndGetAllStations ( IAsyncResult result ) : void
result IAsyncResult
return void

GetAllStations() public method

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