C# Class MvvmCross.Core.ViewModels.MvxViewModel

Inheritance: MvxNavigatingObject, IMvxViewModel
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
Init ( IMvxBundle parameters ) : void
ReloadState ( IMvxBundle state ) : void
SaveState ( IMvxBundle state ) : void
Start ( ) : void

Méthodes protégées

Méthode Description
InitFromBundle ( IMvxBundle parameters ) : void
MvxViewModel ( ) : MvvmCross.Platform
ReloadFromBundle ( IMvxBundle state ) : void
SaveStateToBundle ( IMvxBundle bundle ) : void

Method Details

Init() public méthode

public Init ( IMvxBundle parameters ) : void
parameters IMvxBundle
Résultat void

InitFromBundle() protected méthode

protected InitFromBundle ( IMvxBundle parameters ) : void
parameters IMvxBundle
Résultat void

MvxViewModel() protected méthode

protected MvxViewModel ( ) : MvvmCross.Platform
Résultat MvvmCross.Platform

ReloadFromBundle() protected méthode

protected ReloadFromBundle ( IMvxBundle state ) : void
state IMvxBundle
Résultat void

ReloadState() public méthode

public ReloadState ( IMvxBundle state ) : void
state IMvxBundle
Résultat void

SaveState() public méthode

public SaveState ( IMvxBundle state ) : void
state IMvxBundle
Résultat void

SaveStateToBundle() protected méthode

protected SaveStateToBundle ( IMvxBundle bundle ) : void
bundle IMvxBundle
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void