C# Class MediaAppSample.Core.ViewModels.NewViewModel

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

Méthodes publiques

Méthode Description
NewViewModel ( ) : System

Méthodes protégées

Méthode Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
OnRefreshAsync ( CancellationToken ct ) : Task
OnSaveStateAsync ( SaveStateEventArgs e ) : Task

Method Details

NewViewModel() public méthode

public NewViewModel ( ) : System
Résultat System

OnLoadStateAsync() protected méthode

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
e LoadStateEventArgs
isFirstRun bool
Résultat Task

OnRefreshAsync() protected méthode

protected OnRefreshAsync ( CancellationToken ct ) : Task
ct System.Threading.CancellationToken
Résultat Task

OnSaveStateAsync() protected méthode

protected OnSaveStateAsync ( SaveStateEventArgs e ) : Task
e SaveStateEventArgs
Résultat Task