C# Class Opc.Ua.Client.Controls.ConfiguredServerListCtrl

A list of servers.
Inheritance: BaseListCtrl
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
ConfiguredServerListCtrl ( ) : System

Initalize the control.

Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void

Displays a list of servers in the control.

Protected Methods

Method Description
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void

Enables context menu items.

UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void

Updates an item in the control.

Private Methods

Method Description
ConfigureMI_Click ( object sender, EventArgs e ) : void
DeleteMI_Click ( object sender, EventArgs e ) : void
NewMI_Click ( object sender, EventArgs e ) : void

Method Details

ConfiguredServerListCtrl() public method

Initalize the control.
public ConfiguredServerListCtrl ( ) : System
return System

EnableMenuItems() protected method

Enables context menu items.
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
return void

Initialize() public method

Displays a list of servers in the control.
public Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void
endpoints ConfiguredEndpointCollection
configuration ApplicationConfiguration
return void

UpdateItem() protected method

Updates an item in the control.
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void
listItem System.Windows.Forms.ListViewItem
item object
return void