C# Class XenAdmin.Commands.CrossPoolCopyVMCommand

Inheritance: XenAdmin.Commands.CrossPoolMigrateCommand
Afficher le fichier Open project: xenserver/xenadmin Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( XenAPI.VM vm, XenAPI.Host preSelectedHost ) : bool
CrossPoolCopyVMCommand ( IMainWindow mainWindow, IEnumerable selection ) : System.Collections.Generic
CrossPoolCopyVMCommand ( IMainWindow mainWindow, IEnumerable selection, XenAPI.Host preSelectedHost ) : System.Collections.Generic

Méthodes protégées

Méthode Description
CanExecute ( XenAPI.VM vm ) : bool
ExecuteCore ( SelectedItemCollection selection ) : void

Method Details

CanExecute() protected méthode

protected CanExecute ( XenAPI.VM vm ) : bool
vm XenAPI.VM
Résultat bool

CanExecute() public static méthode

public static CanExecute ( XenAPI.VM vm, XenAPI.Host preSelectedHost ) : bool
vm XenAPI.VM
preSelectedHost XenAPI.Host
Résultat bool

CrossPoolCopyVMCommand() public méthode

public CrossPoolCopyVMCommand ( IMainWindow mainWindow, IEnumerable selection ) : System.Collections.Generic
mainWindow IMainWindow
selection IEnumerable
Résultat System.Collections.Generic

CrossPoolCopyVMCommand() public méthode

public CrossPoolCopyVMCommand ( IMainWindow mainWindow, IEnumerable selection, XenAPI.Host preSelectedHost ) : System.Collections.Generic
mainWindow IMainWindow
selection IEnumerable
preSelectedHost XenAPI.Host
Résultat System.Collections.Generic

ExecuteCore() protected méthode

protected ExecuteCore ( SelectedItemCollection selection ) : void
selection SelectedItemCollection
Résultat void