C# Class WindowsApp.Views.OptionsPage

Create the page
Inheritance: Windows.UI.Xaml.Controls.Page, IFileOpenPickerContinuable
Mostra file Open project: MSRCCS/AppSuite Class Usage Examples

Public Methods

Method Description
ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void

space holder

OptionsPage ( ) : System

Constructor

UploadPhoto ( object sender, RoutedEventArgs e ) : void
renderButtonColor ( ) : Task

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void

called when app exits the page

OnNavigatedTo ( NavigationEventArgs e ) : void

called when navigate to the page

Private Methods

Method Description
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

PasteURL ( object sender, RoutedEventArgs e ) : void
SelectDomain_Click ( object sender, RoutedEventArgs e ) : void
SelectGateway_Click ( object sender, RoutedEventArgs e ) : void
SelectProvider_Click ( object sender, RoutedEventArgs e ) : void
checkGatewayProviderDomainStatus ( object sender, RoutedEventArgs e ) : void

Checks if the selected Gateway, Provider, and Domain are active The xaml buttons will turn green if the selection is active and red if the selection is inactive

goToCamera ( object sender, RoutedEventArgs e ) : void

Navigates to different pages based on which circular button, defined in xaml, is pressed

Method Details

ContinueFileOpenPicker() public method

space holder
public ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void
args FileOpenPickerContinuationEventArgs
return void

OnNavigatedFrom() protected method

called when app exits the page
protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

called when navigate to the page
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OptionsPage() public method

Constructor
public OptionsPage ( ) : System
return System

UploadPhoto() public method

public UploadPhoto ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
return void

renderButtonColor() public method

public renderButtonColor ( ) : Task
return Task