Property | Type | Description | |
---|---|---|---|
AddStepEvents | void | ||
CurrentStepChanged | void | ||
IPublishDialog | void | ||
IPublishDialog | void | ||
OnCanGoNextChanged | void | ||
OnCanPublishChanged | void | ||
OnNextCommand | void | ||
OnPrevCommand | void | ||
OnPublishCommand | void | ||
PopStep | void | ||
PushStep | void | ||
RemoveStepEvents | void |
Method | Description | |
---|---|---|
PublishDialogWindowViewModel ( ISolutionProject project, IPublishDialogStep initialStep, |
Method | Description | |
---|---|---|
AddStepEvents ( ) : void | ||
CurrentStepChanged ( ) : void | ||
IPublishDialog ( ) : void | ||
IPublishDialog ( IPublishDialogStep step ) : void | ||
OnCanGoNextChanged ( object sender, |
||
OnCanPublishChanged ( object sender, |
||
OnNextCommand ( ) : void | ||
OnPrevCommand ( ) : void | ||
OnPublishCommand ( ) : void | ||
PopStep ( ) : void | ||
PushStep ( IPublishDialogStep step ) : void | ||
RemoveStepEvents ( ) : void |
public PublishDialogWindowViewModel ( ISolutionProject project, IPublishDialogStep initialStep, |
||
project | ISolutionProject | |
initialStep | IPublishDialogStep | |
owner | ||
return | GoogleCloudExtension.SolutionUtils |