C# Class GoogleCloudExtension.PublishDialogSteps.FlexStep.FlexStepViewModel

The view model for the Flex step in the publish app wizard.
Inheritance: GoogleCloudExtension.PublishDialog.PublishDialogStepBase
显示文件 Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Public Methods

Method Description
OnPushedToDialog ( IPublishDialog dialog ) : void
Publish ( ) : void

Private Methods

Method Description
CreateStep ( ) : FlexStepViewModel

Creates a new step instance. This method will also create the necessary view and conect both objects together.

FlexStepViewModel ( FlexStepContent content ) : GoogleCloudExtension.Accounts

Method Details

OnPushedToDialog() public method

public OnPushedToDialog ( IPublishDialog dialog ) : void
dialog IPublishDialog
return void

Publish() public method

public Publish ( ) : void
return void