C# Класс XenAdmin.Wizards.GenericPages.SelectMultipleVMDestinationPage

Class representing the page of the ImportAppliance wizard where the user specifies the targets where the VMs of the appliance will be imported
Наследование: XenAdmin.Controls.XenTabPage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ignoredConnections List

Открытые методы

Метод Описание
EnableNext ( ) : bool
PageCancelled ( ) : void
PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
PageLoaded ( PageLoadedDirection direction ) : void
SelectDefaultControl ( ) : void
SetDefaultTarget ( IXenObject xenObject ) : void

Защищенные методы

Метод Описание
CreateDelayLoadingOptionComboBoxItem ( IXenObject xenItem ) : XenAdmin.Wizards.GenericPages.DelayLoadingOptionComboBoxItem
CreateTargetServerFilterList ( IEnableableXenObjectComboBoxItem item ) : List

Create a set of filters for the homeserver combo box selection

DestinationHasBeenSelected ( ) : bool
InitializeText ( ) : void
OnChosenItemChanged ( ) : void
PopulateComboBox ( ) : void
SelectMultipleVMDestinationPage ( ) : System
SetButtonNextEnabled ( bool enabled ) : void
ShowWarning ( string warningText ) : void

Приватные методы

Метод Описание
ClearComboBox ( ) : void
ClearDataGridView ( ) : void
CollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
DelayLoadedComboBoxItem_ReasonChanged ( object sender, EventArgs e ) : void
HasPoolSharedStorage ( ) : bool
MatchingWithXenRefObject ( IEnableableXenObjectComboBoxItem item, object xenRef ) : bool
PopulateDataGridView ( List homeserverFilters ) : void
PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
RestoreGridHomeServerSelectionFromMapping ( ) : void
SetComboBoxPreSelection ( XenAdmin.Controls.DataGridViewEnableableComboBoxCell cb ) : void
m_comboBoxConnection_SelectedIndexChanged ( object sender, EventArgs e ) : void
m_dataGridView_CellClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
m_dataGridView_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void
xenConnection_CachePopulated ( object sender, EventArgs e ) : void
xenConnection_ConnectionStateChanged ( object sender, EventArgs e ) : void

Описание методов

CreateDelayLoadingOptionComboBoxItem() защищенный абстрактный Метод

protected abstract CreateDelayLoadingOptionComboBoxItem ( IXenObject xenItem ) : XenAdmin.Wizards.GenericPages.DelayLoadingOptionComboBoxItem
xenItem IXenObject
Результат XenAdmin.Wizards.GenericPages.DelayLoadingOptionComboBoxItem

CreateTargetServerFilterList() защищенный Метод

Create a set of filters for the homeserver combo box selection
protected CreateTargetServerFilterList ( IEnableableXenObjectComboBoxItem item ) : List
item IEnableableXenObjectComboBoxItem selected item from the host combobox
Результат List

DestinationHasBeenSelected() защищенный Метод

protected DestinationHasBeenSelected ( ) : bool
Результат bool

EnableNext() публичный Метод

public EnableNext ( ) : bool
Результат bool

InitializeText() защищенный Метод

protected InitializeText ( ) : void
Результат void

OnChosenItemChanged() защищенный Метод

protected OnChosenItemChanged ( ) : void
Результат void

PageCancelled() публичный Метод

public PageCancelled ( ) : void
Результат void

PageLeave() публичный Метод

public PageLeave ( PageLoadedDirection direction, bool &cancel ) : void
direction PageLoadedDirection
cancel bool
Результат void

PageLoaded() публичный Метод

public PageLoaded ( PageLoadedDirection direction ) : void
direction PageLoadedDirection
Результат void

PopulateComboBox() защищенный Метод

protected PopulateComboBox ( ) : void
Результат void

SelectDefaultControl() публичный Метод

public SelectDefaultControl ( ) : void
Результат void

SelectMultipleVMDestinationPage() защищенный Метод

protected SelectMultipleVMDestinationPage ( ) : System
Результат System

SetButtonNextEnabled() защищенный Метод

protected SetButtonNextEnabled ( bool enabled ) : void
enabled bool
Результат void

SetDefaultTarget() публичный Метод

public SetDefaultTarget ( IXenObject xenObject ) : void
xenObject IXenObject
Результат void

ShowWarning() защищенный Метод

protected ShowWarning ( string warningText ) : void
warningText string
Результат void

Описание свойств

ignoredConnections защищенное свойство

protected List ignoredConnections
Результат List