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

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
NodeIdValueEditDlg ( ) : System

Initializes a new instance of the NodeIdValueEditDlg class.

ShowDialog ( Session session, Opc.Ua.ExpandedNodeId value ) : Opc.Ua.ExpandedNodeId

Displays the dialog.

ShowDialog ( Session session, Opc.Ua.NodeId value ) : Opc.Ua.NodeId

Displays the dialog.

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

NodeIdValueEditDlg() public méthode

Initializes a new instance of the NodeIdValueEditDlg class.
public NodeIdValueEditDlg ( ) : System
Résultat System

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( Session session, Opc.Ua.ExpandedNodeId value ) : Opc.Ua.ExpandedNodeId
session Opc.Ua.Client.Session
value Opc.Ua.ExpandedNodeId
Résultat Opc.Ua.ExpandedNodeId

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( Session session, Opc.Ua.NodeId value ) : Opc.Ua.NodeId
session Opc.Ua.Client.Session
value Opc.Ua.NodeId
Résultat Opc.Ua.NodeId