C# Class Sample_App.App42UserService

Inheritance: global::Windows.UI.Xaml.Controls.Page, global::Windows.UI.Xaml.Markup.IComponentConnector
Datei anzeigen Open project: shephertz/App42-WinRT-Samples

Public Properties

Property Type Description
password string
userName string
userService UserService

Public Methods

Method Description
App42UserService ( ) : Sample_App.Common
OnException ( App42Exception exception ) : void
OnSuccess ( Object response ) : void

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Connect ( int connectionId, object target ) : void
InitializeComponent ( ) : void
authenticate_user ( object sender, RoutedEventArgs e ) : void
create_userClick ( object sender, RoutedEventArgs e ) : void
delete_user ( object sender, RoutedEventArgs e ) : void
get_all_users ( object sender, RoutedEventArgs e ) : void
get_user_by_email ( object sender, RoutedEventArgs e ) : void
get_userclick ( object sender, RoutedEventArgs e ) : void
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.

reset_password ( object sender, RoutedEventArgs e ) : void
saving_addtionaldata ( object sender, RoutedEventArgs e ) : void
update_email ( object sender, RoutedEventArgs e ) : void

Method Details

App42UserService() public method

public App42UserService ( ) : Sample_App.Common
return Sample_App.Common

OnException() public method

public OnException ( App42Exception exception ) : void
exception App42Exception
return void

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnSuccess() public method

public OnSuccess ( Object response ) : void
response Object
return void

Property Details

password public_oe property

public string password
return string

userName public_oe property

public string userName
return string

userService public_oe property

public UserService userService
return UserService