C# 클래스 XenAdmin.Commands.CrossPoolCopyVMCommand

상속: XenAdmin.Commands.CrossPoolMigrateCommand
파일 보기 프로젝트 열기: xenserver/xenadmin 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CanExecute ( XenAPI.VM vm ) : bool
ExecuteCore ( SelectedItemCollection selection ) : void

메소드 상세

CanExecute() 보호된 메소드

protected CanExecute ( XenAPI.VM vm ) : bool
vm XenAPI.VM
리턴 bool

CanExecute() 공개 정적인 메소드

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

CrossPoolCopyVMCommand() 공개 메소드

public CrossPoolCopyVMCommand ( IMainWindow mainWindow, IEnumerable selection ) : System.Collections.Generic
mainWindow IMainWindow
selection IEnumerable
리턴 System.Collections.Generic

CrossPoolCopyVMCommand() 공개 메소드

public CrossPoolCopyVMCommand ( IMainWindow mainWindow, IEnumerable selection, XenAPI.Host preSelectedHost ) : System.Collections.Generic
mainWindow IMainWindow
selection IEnumerable
preSelectedHost XenAPI.Host
리턴 System.Collections.Generic

ExecuteCore() 보호된 메소드

protected ExecuteCore ( SelectedItemCollection selection ) : void
selection SelectedItemCollection
리턴 void