C# Class Dev2.ViewModels.Deploy.DeployDialogViewModel

Inheritance: Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Cancel ( ) : void

Used for canceling the drop of the design surface

DeployDialogViewModel ( ObservableCollection resourcesInConflict ) : System.Collections.ObjectModel
Okay ( ) : void

Used for saving the data input by the user to the file system and pushing the data back at the workflow

Method Details

Cancel() public method

Used for canceling the drop of the design surface
public Cancel ( ) : void
return void

DeployDialogViewModel() public method

public DeployDialogViewModel ( ObservableCollection resourcesInConflict ) : System.Collections.ObjectModel
resourcesInConflict ObservableCollection
return System.Collections.ObjectModel

Okay() public method

Used for saving the data input by the user to the file system and pushing the data back at the workflow
public Okay ( ) : void
return void