C# Class XenAdmin.Commands.CrossPoolCopyTemplateCommand

Inheritance: CrossPoolCopyVMCommand
显示文件 Open project: xenserver/xenadmin Class Usage Examples

Public Methods

Method Description
CanExecute ( XenAPI.VM vm, XenAPI.Host preSelectedHost ) : bool
CrossPoolCopyTemplateCommand ( IMainWindow mainWindow, IEnumerable selection ) : System.Collections.Generic
CrossPoolCopyTemplateCommand ( IMainWindow mainWindow, IEnumerable selection, XenAPI.Host preSelectedHost ) : System.Collections.Generic

Method Details

CanExecute() public static method

public static CanExecute ( XenAPI.VM vm, XenAPI.Host preSelectedHost ) : bool
vm XenAPI.VM
preSelectedHost XenAPI.Host
return bool

CrossPoolCopyTemplateCommand() public method

public CrossPoolCopyTemplateCommand ( IMainWindow mainWindow, IEnumerable selection ) : System.Collections.Generic
mainWindow IMainWindow
selection IEnumerable
return System.Collections.Generic

CrossPoolCopyTemplateCommand() public method

public CrossPoolCopyTemplateCommand ( IMainWindow mainWindow, IEnumerable selection, XenAPI.Host preSelectedHost ) : System.Collections.Generic
mainWindow IMainWindow
selection IEnumerable
preSelectedHost XenAPI.Host
return System.Collections.Generic