C# Class GoogleCloudExtension.ManageWindowsCredentials.ManageWindowsCredentialsViewModel

This class is the view model for the ManageWindowsCredentialsWindow dialog and implements all of the behaviors associated with it.
Inheritance: GoogleCloudExtension.Utils.ViewModelBase
Mostra file Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
ManageWindowsCredentialsViewModel ( Instance instance, ManageWindowsCredentialsWindow owner ) : Google.Apis.Compute.v1.Data

Private Methods

Method Description
CreateOrResetCredentials ( string user ) : Task
LoadCredentialsForInstance ( Instance instance ) : IEnumerable
OnAddCredentialsCommand ( ) : void
OnDeleteCredentialsCommand ( ) : void
OnShowCredentialsCommand ( ) : void
UpdateCommands ( ) : void
VerifyGCloudDependencies ( ) : Task

Method Details

ManageWindowsCredentialsViewModel() public method

public ManageWindowsCredentialsViewModel ( Instance instance, ManageWindowsCredentialsWindow owner ) : Google.Apis.Compute.v1.Data
instance Instance
owner ManageWindowsCredentialsWindow
return Google.Apis.Compute.v1.Data