C# Class MediaAppSample.Core.ViewModels.AccountSignInViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
AccountSignInViewModel ( ) : MediaAppSample.Core.Commands

Protected Methods

Method Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task

Private Methods

Method Description
CheckIfValid ( ) : void

Checks to see if the form is valid.

SubmitAsync ( ) : Task

Submit the form to the authentication service.

Method Details

AccountSignInViewModel() public method

public AccountSignInViewModel ( ) : MediaAppSample.Core.Commands
return MediaAppSample.Core.Commands

OnLoadStateAsync() protected method

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
e LoadStateEventArgs
isFirstRun bool
return Task