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

A list of servers.
Inheritance: BaseListCtrl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
ConfiguredServerListCtrl ( ) : System

Initalize the control.

Initialize ( ConfiguredEndpointCollection endpoints, ApplicationConfiguration configuration ) : void

Displays a list of servers in the control.

Méthodes protégées

Méthode 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

Méthode 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 méthode

Initalize the control.
public ConfiguredServerListCtrl ( ) : System
Résultat System

EnableMenuItems() protected méthode

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

Initialize() public méthode

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

UpdateItem() protected méthode

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