C# 클래스 GoogleCloudExtension.PublishDialogSteps.FlexStep.FlexStepViewModel

The view model for the Flex step in the publish app wizard.
상속: GoogleCloudExtension.PublishDialog.PublishDialogStepBase
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

OnPushedToDialog() 공개 메소드

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

Publish() 공개 메소드

public Publish ( ) : void
리턴 void