C# Class GoogleCloudExtension.ManageAccounts.ManageAccountsViewModel

Inheritance: GoogleCloudExtension.Utils.ViewModelBase
Datei anzeigen Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
DoucleClickedItem ( UserAccountViewModel userAccount ) : void
ManageAccountsViewModel ( ManageAccountsWindow owner ) : GoogleCloudExtension.Accounts

Private Methods

Method Description
LoadUserCredentialsViewModel ( ) : IEnumerable
OnAddAccountCommand ( ) : void
OnDeleteAccountCommand ( ) : void
OnSetAsCurrentAccountCommand ( ) : void

Method Details

DoucleClickedItem() public method

public DoucleClickedItem ( UserAccountViewModel userAccount ) : void
userAccount UserAccountViewModel
return void

ManageAccountsViewModel() public method

public ManageAccountsViewModel ( ManageAccountsWindow owner ) : GoogleCloudExtension.Accounts
owner ManageAccountsWindow
return GoogleCloudExtension.Accounts