C# Class MundlTransit.WP8.ViewModels.Stations.MapNearbyStationsPageViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: christophwille/viennarealtime

Public Methods

Method Description
MapNearbyStationsPageViewModel ( IDataService ds, INavigationService navigationService, IEventAggregator eventAggregator ) : System
Show ( MapHaltestelleModel h ) : void

Protected Methods

Method Description
OnActivate ( ) : void

Private Methods

Method Description
PopulateMapAsync ( ) : System.Threading.Tasks.Task

Method Details

MapNearbyStationsPageViewModel() public method

public MapNearbyStationsPageViewModel ( IDataService ds, INavigationService navigationService, IEventAggregator eventAggregator ) : System
ds IDataService
navigationService INavigationService
eventAggregator IEventAggregator
return System

OnActivate() protected method

protected OnActivate ( ) : void
return void

Show() public method