C# Class GoogleCloudExtension.PublishDialog.PublishDialogWindow

This class implements the window that hosts the publish dialog wizard.
Inheritance: GoogleCloudExtension.Theming.CommonDialogWindowBase
Show file Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Private Properties

Property Type Description
PublishDialogWindow GoogleCloudExtension.PublishDialogSteps.ChoiceStep

Public Methods

Method Description
CanPublish ( ISolutionProject project ) : bool

Returns true if project can be published using this wizard.

PromptUser ( ISolutionProject project ) : void

Starts the publish wizard for the given project.

Private Methods

Method Description
PublishDialogWindow ( ISolutionProject project ) : GoogleCloudExtension.PublishDialogSteps.ChoiceStep

Method Details

CanPublish() public static method

Returns true if project can be published using this wizard.
public static CanPublish ( ISolutionProject project ) : bool
project ISolutionProject The project to check.
return bool

PromptUser() public static method

Starts the publish wizard for the given project.
public static PromptUser ( ISolutionProject project ) : void
project ISolutionProject The project to publish.
return void