C# Class Opc.Ua.Sample.TypeHierarchyListCtrl

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
Initialize ( Opc.Ua.Sample.Session session, NodeId typeId ) : void

Initializes the control.

TypeHierarchyListCtrl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateItem ( ListViewItem listItem, object item ) : void

Private Methods

Method Description
CollectInstances ( ILocalNode parent, string basePath, InstanceDeclaration>.SortedDictionary instances ) : void

Collects the instance declarations to display in the control.

InitializeComponent ( ) : void

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

Method Details

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.
public Initialize ( Opc.Ua.Sample.Session session, NodeId typeId ) : void
session Opc.Ua.Sample.Session
typeId NodeId
return void

TypeHierarchyListCtrl() public method

public TypeHierarchyListCtrl ( ) : System
return System

UpdateItem() protected method

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