C# Class Opc.Ua.Configuration.HttpAccessRulelListCtrl

Inheritance: Opc.Ua.Client.Controls.BaseListCtrl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
HttpAccessRulelListCtrl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Enables the menu items based on the current selection.

PickItems ( ) : void

Handles a double click event.

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

Updates an item in the view.

Private Methods

Méthode Description
Clear ( ) : void

Removes all items in the list.

DeleteMI_Click ( object sender, EventArgs e ) : void
Initialize ( ) : void

Displays the applications in the control.

InitializeComponent ( ) : void

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

ViewMI_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

EnableMenuItems() protected méthode

Enables the menu items based on the current selection.
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Résultat void

HttpAccessRulelListCtrl() public méthode

public HttpAccessRulelListCtrl ( ) : System
Résultat System

PickItems() protected méthode

Handles a double click event.
protected PickItems ( ) : void
Résultat void

UpdateItem() protected méthode

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