C# Класс BikeInCity.ViewModels.BikeCityViewModel

Наследование: BaseViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
BikeCityViewModel ( City city ) : System
EndGetAllStations ( IAsyncResult result ) : void
GetAllStations ( bool showWhenLoaded ) : void

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

Описание методов

BikeCityViewModel() публичный Метод

public BikeCityViewModel ( City city ) : System
city BikeInCity.Model.City
Результат System

EndGetAllStations() публичный Метод

public EndGetAllStations ( IAsyncResult result ) : void
result IAsyncResult
Результат void

GetAllStations() публичный Метод

Calls the proxy client for a list of all bike stations.
public GetAllStations ( bool showWhenLoaded ) : void
showWhenLoaded bool
Результат void