C# Class MediaAppSample.Core.ViewModels.AccountForgotViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
AccountForgotViewModel ( ) : 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 data is valid.

SubmitAsync ( ) : Task

Submits the form to the account forgotten service.

Method Details

AccountForgotViewModel() public method

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

OnLoadStateAsync() protected method

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