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

Datei anzeigen Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
BrowseListCtrl ( ) : System

Initializes a new instance of the BrowseListCtrl class.

Initialize ( Session session, ExpandedNodeId nodeId ) : void

Initializes the control with a set of items.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateItem ( ListViewItem listItem, object item ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

BrowseListCtrl() public method

Initializes a new instance of the BrowseListCtrl class.
public BrowseListCtrl ( ) : System
return System

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

Initialize() public method

Initializes the control with a set of items.
public Initialize ( Session session, ExpandedNodeId nodeId ) : void
session Session
nodeId ExpandedNodeId
return void

UpdateItem() protected method

protected UpdateItem ( ListViewItem listItem, object item ) : void
listItem ListViewItem
item object
return void