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
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

NodeIdValueEditDlg() public method

Initializes a new instance of the NodeIdValueEditDlg class.
public NodeIdValueEditDlg ( ) : System
return System

ShowDialog() public method

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

ShowDialog() public method

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