C# Class GoogleCloudExtension.PublishDialogSteps.ChoiceStep.ChoiceStepViewModel

The view model for the publish dialog step that allows the user to choose the target for the publish process. This is always the first step to be shown in the wizard, and it navigates to the step specified by the user pressing the choice button.
Inheritance: GoogleCloudExtension.PublishDialog.PublishDialogStepBase
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
CreateStep ( ) : IPublishDialogStep
OnPushedToDialog ( IPublishDialog dialog ) : void

Private Methods

Méthode Description
ChoiceStepViewModel ( ChoiceStepContent content ) : GoogleCloudExtension.PublishDialog
GetChoicesForCurrentProject ( ) : IEnumerable
OnAppEngineChoiceCommand ( ) : void
OnGceChoiceCommand ( ) : void

Method Details

CreateStep() public static méthode

public static CreateStep ( ) : IPublishDialogStep
Résultat IPublishDialogStep

OnPushedToDialog() public méthode

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