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
ファイルを表示 Open project: GoogleCloudPlatform/google-cloud-visualstudio Class Usage Examples

Public Methods

Method Description
CreateStep ( ) : IPublishDialogStep
OnPushedToDialog ( IPublishDialog dialog ) : void

Private Methods

Method Description
ChoiceStepViewModel ( ChoiceStepContent content ) : GoogleCloudExtension.PublishDialog
GetChoicesForCurrentProject ( ) : IEnumerable
OnAppEngineChoiceCommand ( ) : void
OnGceChoiceCommand ( ) : void

Method Details

CreateStep() public static method

public static CreateStep ( ) : IPublishDialogStep
return IPublishDialogStep

OnPushedToDialog() public method

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