C# 클래스 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.
상속: GoogleCloudExtension.PublishDialog.PublishDialogStepBase
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
CreateStep ( ) : IPublishDialogStep
OnPushedToDialog ( IPublishDialog dialog ) : void

비공개 메소드들

메소드 설명
ChoiceStepViewModel ( ChoiceStepContent content ) : GoogleCloudExtension.PublishDialog
GetChoicesForCurrentProject ( ) : IEnumerable
OnAppEngineChoiceCommand ( ) : void
OnGceChoiceCommand ( ) : void

메소드 상세

CreateStep() 공개 정적인 메소드

public static CreateStep ( ) : IPublishDialogStep
리턴 IPublishDialogStep

OnPushedToDialog() 공개 메소드

public OnPushedToDialog ( IPublishDialog dialog ) : void
dialog IPublishDialog
리턴 void