Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GoogleCloudExtension
PublishDialog
PublishDialogStepBase
C# Class GoogleCloudExtension.PublishDialog.PublishDialogStepBase
This is the base class for all step implementation, providing default implementations for the
IPublishDialogStep
interface.
Inheritance:
GoogleCloudExtension.Utils.ViewModelBase
,
IPublishDialogStep
显示文件
Open project: GoogleCloudPlatform/google-cloud-visualstudio
Public Methods
Method
Description
Next
( ) :
IPublishDialogStep
OnPushedToDialog
(
IPublishDialog
dialog
) :
void
Publish
( ) :
void
Method Details
Next()
public
method
public
Next
( ) :
IPublishDialogStep
return
IPublishDialogStep
OnPushedToDialog()
public
method
public
OnPushedToDialog
(
IPublishDialog
dialog
) :
void
dialog
IPublishDialog
return
void
Publish()
public
method
public
Publish
( ) :
void
return
void