C# Class MediaAppSample.Core.ViewModels.AccountSignUpViewModel

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
CheckIfValid ( ) : void
LaunchWebAccountManager ( ) : Task
Populate ( MicrosoftAccountDetails msa ) : void
SubmitAsync ( ) : Task
WAM_Failed ( Services pi, WebTokenRequestResult result ) : void
WAM_Success ( Services pi, Services wad, WebTokenRequestResult result ) : void

Method Details

AccountSignUpViewModel() public méthode

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