C# Class GoogleCloudExtension.CloudExplorer.CloudConsoleSource

This class represents the node in the Cloud Explorer that points the users towards the Cloud Console for more services.
Inheritance: ICloudExplorerSource
Show file Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
CloudConsoleSource ( ) : GoogleCloudExtension.Utils
InvalidateProjectOrAccount ( ) : void
Refresh ( ) : void

Method Details

CloudConsoleSource() public method

public CloudConsoleSource ( ) : GoogleCloudExtension.Utils
return GoogleCloudExtension.Utils

InvalidateProjectOrAccount() public method

public InvalidateProjectOrAccount ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void