C# Class GoogleCloudExtension.PublishDialogSteps.FlexStep.FlexStepViewModel

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

Méthodes publiques

Méthode Description
OnPushedToDialog ( IPublishDialog dialog ) : void
Publish ( ) : void

Private Methods

Méthode 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 méthode

public OnPushedToDialog ( IPublishDialog dialog ) : void
dialog IPublishDialog
Résultat void

Publish() public méthode

public Publish ( ) : void
Résultat void