C# Class MediaAppSample.Core.ViewModels.AccountSignInViewModel

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

Méthodes publiques

Méthode Description
AccountSignInViewModel ( ) : 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 is valid.

SubmitAsync ( ) : Task

Submit the form to the authentication service.

Method Details

AccountSignInViewModel() public méthode

public AccountSignInViewModel ( ) : 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