C# Class MediaAppSample.Core.ViewModels.ShellViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
ShellViewModel ( ) : MediaAppSample.Core.Commands

Protected Methods

Method Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : System.Threading.Tasks.Task
OnSaveStateAsync ( SaveStateEventArgs e ) : System.Threading.Tasks.Task

Private Methods

Method Description
AuthenticationManager_UserAuthenticated ( object sender, bool e ) : void

Method Details

OnLoadStateAsync() protected method

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : System.Threading.Tasks.Task
e LoadStateEventArgs
isFirstRun bool
return System.Threading.Tasks.Task

OnSaveStateAsync() protected method

protected OnSaveStateAsync ( SaveStateEventArgs e ) : System.Threading.Tasks.Task
e SaveStateEventArgs
return System.Threading.Tasks.Task

ShellViewModel() public method

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