C# 클래스 GoogleCloudExtension.PublishDialog.PublishDialogStepBase

This is the base class for all step implementation, providing default implementations for the IPublishDialogStep interface.
상속: GoogleCloudExtension.Utils.ViewModelBase, IPublishDialogStep
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

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

메소드 상세

Next() 공개 메소드

public Next ( ) : IPublishDialogStep
리턴 IPublishDialogStep

OnPushedToDialog() 공개 메소드

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

Publish() 공개 메소드

public Publish ( ) : void
리턴 void