C# 클래스 BikeInCity.ViewModels.BikeCityViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: hoonzis/bikeincity

공개 메소드들

메소드 설명
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