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

Displays a list of references for a node.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Private Properties

Свойство Type Description
Browse void
CreateNodesToBrowse BrowseDescriptionCollection
InitializeComponent void

Méthodes publiques

Méthode Description
ChangeNodeId ( NodeId nodeId ) : void

Changes the node id.

ChangeSession ( Session session ) : void

Changes the session.

ReferenceListCtrl ( ) : System

Creates a new instance.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Browse ( ) : void

Browses for the requested references.

CreateNodesToBrowse ( ) : BrowseDescriptionCollection

Gets the list of references to follow.

InitializeComponent ( ) : void

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

Method Details

ChangeNodeId() public méthode

Changes the node id.
public ChangeNodeId ( NodeId nodeId ) : void
nodeId NodeId
Résultat void

ChangeSession() public méthode

Changes the session.
public ChangeSession ( Session session ) : void
session Session
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

ReferenceListCtrl() public méthode

Creates a new instance.
public ReferenceListCtrl ( ) : System
Résultat System