C# Class MediaAppSample.Core.ViewModels.GeneralSettingsViewModel

Inheritance: ViewModelBase
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
GeneralSettingsViewModel ( ) : MediaAppSample.Core.Commands
OnApplicationResuming ( ) : void

Protected Methods

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

Private Methods

Method Description
ClearAppDataCacheAsync ( ) : System.Threading.Tasks.Task
UpdateBackgroundTasksStatus ( ) : System.Threading.Tasks.Task
View_GotFocus ( object sender, Windows e ) : void

Method Details

GeneralSettingsViewModel() public method

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

OnApplicationResuming() public method

public OnApplicationResuming ( ) : void
return void

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