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

Prompts the user to select an area to use as an event filter.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
SelectNodeDlg ( ) : System

Creates an empty form.

ShowDialog ( Session session, Opc.Ua.NodeId rootId, string caption ) : Opc.Ua.NodeId

Prompts the user to select a node.

ShowDialog ( Session session, Opc.Ua.NodeId rootId, ViewDescription view, string caption ) : ReferenceDescription

Prompts the user to select a node.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

SelectNodeDlg() public méthode

Creates an empty form.
public SelectNodeDlg ( ) : System
Résultat System

ShowDialog() public méthode

Prompts the user to select a node.
public ShowDialog ( Session session, Opc.Ua.NodeId rootId, string caption ) : Opc.Ua.NodeId
session Opc.Ua.Client.Session
rootId Opc.Ua.NodeId
caption string
Résultat Opc.Ua.NodeId

ShowDialog() public méthode

Prompts the user to select a node.
public ShowDialog ( Session session, Opc.Ua.NodeId rootId, ViewDescription view, string caption ) : ReferenceDescription
session Opc.Ua.Client.Session
rootId Opc.Ua.NodeId
view Opc.Ua.ViewDescription
caption string
Résultat Opc.Ua.ReferenceDescription