C# Class PlayStation_Gui.ViewModels.AccountViewModel

Inheritance: Template10.Mvvm.ViewModelBase
Mostra file Open project: drasticactions/Pureisuteshon-App

Public Properties

Property Type Description
AccountDatabase PlayStation_App.Database.UserAccountDatabase

Public Methods

Method Description
AccountViewModel ( ) : System
CheckAndNavigateToMainShell ( object sender, ItemClickEventArgs e ) : System.Threading.Tasks.Task
DeleteUserAccount ( AccountUser user ) : Task
NavigateToLoginPage ( ) : System.Threading.Tasks.Task
OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task

Private Methods

Method Description
LoginTest ( AccountUser user ) : Task

Method Details

AccountViewModel() public method

public AccountViewModel ( ) : System
return System

CheckAndNavigateToMainShell() public method

public CheckAndNavigateToMainShell ( object sender, ItemClickEventArgs e ) : System.Threading.Tasks.Task
sender object
e Windows.UI.Xaml.Controls.ItemClickEventArgs
return System.Threading.Tasks.Task

DeleteUserAccount() public method

public DeleteUserAccount ( AccountUser user ) : Task
user PlayStation_App.Models.Authentication.AccountUser
return Task

NavigateToLoginPage() public method

public NavigateToLoginPage ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnNavigatedToAsync() public method

public OnNavigatedToAsync ( object parameter, NavigationMode mode, object>.IDictionary state ) : System.Threading.Tasks.Task
parameter object
mode NavigationMode
state object>.IDictionary
return System.Threading.Tasks.Task

Property Details

AccountDatabase public_oe property

public UserAccountDatabase,PlayStation_App.Database AccountDatabase
return PlayStation_App.Database.UserAccountDatabase