C# Class ParkenDD.Views.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: sibbl/ParkenDD

Private Properties

Property Type Description
HideSplitViewPaneIfNotInline void
OnViewModelPropertyChanged void
ParkingLotListSelectionChanged void
RedrawOnPropertyChanged void
SetMapBottomMargin void
SetParkingLotListSelectionVisualState void
ShowInfoDialogButtonClick void
SplitViewItemSelectionChanged void
ToggleSplitView void
UpdateParkingLotFilter void
WaitForInitialMapZoom Task

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method Description
HideSplitViewPaneIfNotInline ( ) : void
OnViewModelPropertyChanged ( object sender, PropertyChangedEventArgs args ) : void
ParkingLotListSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
RedrawOnPropertyChanged ( ParkingLot lot, PropertyChangedEventArgs args ) : void
SetMapBottomMargin ( double bottomMargin ) : void
SetParkingLotListSelectionVisualState ( ParkingLot selectedItem = null ) : void
ShowInfoDialogButtonClick ( object sender, RoutedEventArgs e ) : void
SplitViewItemSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
ToggleSplitView ( object sender, RoutedEventArgs routedEventArgs ) : void
UpdateParkingLotFilter ( ) : void
WaitForInitialMapZoom ( ) : Task

Method Details

MainPage() public method

public MainPage ( ) : System
return System