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

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the contents of the control,

PropertyListCtrl ( ) : System
Update ( Session session, ReferenceDescription reference ) : 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 ( ListViewItem clickedItem ) : void
GetDataToDrag ( ) : object
UpdateItem ( ListViewItem listItem, object item ) : void

Private Methods

Méthode Description
AddProperties ( ExpandedNodeId nodeId ) : void

Adds the properties to the control.

InitializeComponent ( ) : void

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

SelectMI_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 ( ListViewItem clickedItem ) : void
clickedItem ListViewItem
Résultat void

GetDataToDrag() protected méthode

protected GetDataToDrag ( ) : object
Résultat object

PropertyListCtrl() public méthode

public PropertyListCtrl ( ) : System
Résultat System

Update() public méthode

Sets the nodes in the control.
public Update ( Session session, ReferenceDescription reference ) : void
session Session
reference ReferenceDescription
Résultat void

UpdateItem() protected méthode

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