C# Class Opc.Ua.Sample.Controls.FilterOperandListCtrl

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

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the contents of the control,

FilterOperandListCtrl ( ) : System
GetOperands ( ) : List

Returns the list of operands in the control.

Initialize ( Session session, IList elements, int index ) : void

Sets the nodes in the control.

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
UpdateItem ( ListViewItem listItem, object item, int index ) : void

Private Methods

Méthode Description
DeleteMI_Click ( object sender, EventArgs e ) : void
EditMI_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

Clear() public méthode

Clears the contents of the control,
public Clear ( ) : void
Résultat void

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

protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void
clickedItem System.Windows.Forms.ListViewItem
Résultat void

FilterOperandListCtrl() public méthode

public FilterOperandListCtrl ( ) : System
Résultat System

GetOperands() public méthode

Returns the list of operands in the control.
public GetOperands ( ) : List
Résultat List

Initialize() public méthode

Sets the nodes in the control.
public Initialize ( Session session, IList elements, int index ) : void
session Opc.Ua.Client.Session
elements IList
index int
Résultat void

UpdateItem() protected méthode

protected UpdateItem ( ListViewItem listItem, object item, int index ) : void
listItem ListViewItem
item object
index int
Résultat void