C# Class PlayStation_Gui.ViewModels.AccountViewModel

Inheritance: Template10.Mvvm.ViewModelBase
Afficher le fichier Open project: drasticactions/Pureisuteshon-App

Méthodes publiques

Свойство Type Description
AccountDatabase PlayStation_App.Database.UserAccountDatabase

Méthodes publiques

Méthode 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

Méthode Description
LoginTest ( AccountUser user ) : Task

Method Details

AccountViewModel() public méthode

public AccountViewModel ( ) : System
Résultat System

CheckAndNavigateToMainShell() public méthode

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

DeleteUserAccount() public méthode

public DeleteUserAccount ( AccountUser user ) : Task
user PlayStation_App.Models.Authentication.AccountUser
Résultat Task

NavigateToLoginPage() public méthode

public NavigateToLoginPage ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnNavigatedToAsync() public méthode

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

Property Details

AccountDatabase public_oe property

public UserAccountDatabase,PlayStation_App.Database AccountDatabase
Résultat PlayStation_App.Database.UserAccountDatabase