C# Class Opc.Ua.Sample.TypeHierarchyListCtrl

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

Méthodes publiques

Méthode Description
Initialize ( Opc.Ua.Sample.Session session, NodeId typeId ) : void

Initializes the control.

TypeHierarchyListCtrl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

UpdateItem ( ListViewItem listItem, object item ) : void

Private Methods

Méthode 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 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

Initialize() public méthode

Initializes the control.
public Initialize ( Opc.Ua.Sample.Session session, NodeId typeId ) : void
session Opc.Ua.Sample.Session
typeId NodeId
Résultat void

TypeHierarchyListCtrl() public méthode

public TypeHierarchyListCtrl ( ) : System
Résultat System

UpdateItem() protected méthode

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