C# Class Metrooz.ViewModels.AccountViewModel

Inheritance: Livet.ViewModel
Exibir arquivo Open project: namoshika/Metrooz

Public Methods

Method Description
AccountViewModel ( ) : Livet
AccountViewModel ( Models.Account model, MainViewModel managerVM ) : Livet
OpenAccountListCommand_Execute ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Activate ( ) : Task
ActivateCommand_Execute ( ) : void
Deactivate ( ) : Task
IsActive_PropertyChanged ( object sender, System e ) : void

Method Details

AccountViewModel() public method

public AccountViewModel ( ) : Livet
return Livet

AccountViewModel() public method

public AccountViewModel ( Models.Account model, MainViewModel managerVM ) : Livet
model Models.Account
managerVM MainViewModel
return Livet

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OpenAccountListCommand_Execute() public method

public OpenAccountListCommand_Execute ( ) : void
return void