C# Class Metrooz.ViewModels.AccountViewModel

Inheritance: Livet.ViewModel
Afficher le fichier Open project: namoshika/Metrooz

Méthodes publiques

Méthode Description
AccountViewModel ( ) : Livet
AccountViewModel ( Models.Account model, MainViewModel managerVM ) : Livet
OpenAccountListCommand_Execute ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Activate ( ) : Task
ActivateCommand_Execute ( ) : void
Deactivate ( ) : Task
IsActive_PropertyChanged ( object sender, System e ) : void

Method Details

AccountViewModel() public méthode

public AccountViewModel ( ) : Livet
Résultat Livet

AccountViewModel() public méthode

public AccountViewModel ( Models.Account model, MainViewModel managerVM ) : Livet
model Models.Account
managerVM MainViewModel
Résultat Livet

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OpenAccountListCommand_Execute() public méthode

public OpenAccountListCommand_Execute ( ) : void
Résultat void