C# Класс Opc.Ua.Client.Controls.PseudoComServerListCtrl

Показать файл Открыть проект

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

Метод Описание
Initialize ( ApplicationConfiguration configuration ) : void

Displays a list of servers in the control.

PseudoComServerListCtrl ( ) : System

Initalize the control.

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

EnableMenuItems ( ListViewItem clickedItem ) : void

Enables context menu items.

UpdateItem ( ListViewItem listItem, object item ) : void

Updates an item in the control.

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

Метод Описание
ConfigureEndpointMI_Click ( object sender, EventArgs e ) : void
ConfigureMI_Click ( object sender, EventArgs e ) : void
DeleteMI_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NewMI_Click ( object sender, EventArgs e ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Enables context menu items.
protected EnableMenuItems ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
Результат void

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

Displays a list of servers in the control.
public Initialize ( ApplicationConfiguration configuration ) : void
configuration ApplicationConfiguration
Результат void

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

Initalize the control.
public PseudoComServerListCtrl ( ) : System
Результат System

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

Updates an item in the control.
protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
Результат void