C# Class MediaAppSample.Core.ViewModels.AccountForgotViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Microsoft/TVHelpers

Méthodes publiques

Méthode Description
AccountForgotViewModel ( ) : MediaAppSample.Core.Commands

Méthodes protégées

Méthode Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task

Private Methods

Méthode Description
CheckIfValid ( ) : void

Checks to see if the form data is valid.

SubmitAsync ( ) : Task

Submits the form to the account forgotten service.

Method Details

AccountForgotViewModel() public méthode

public AccountForgotViewModel ( ) : MediaAppSample.Core.Commands
Résultat MediaAppSample.Core.Commands

OnLoadStateAsync() protected méthode

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
e LoadStateEventArgs
isFirstRun bool
Résultat Task