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

Datei anzeigen Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
Initialize ( ApplicationConfiguration configuration ) : void

Displays a list of servers in the control.

PseudoComServerListCtrl ( ) : System

Initalize the control.

Protected Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EnableMenuItems() protected method

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

Initialize() public method

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

PseudoComServerListCtrl() public method

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

UpdateItem() protected method

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