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

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
ShowDialog ( Session session, NodeState node, string caption ) : bool

Prompts the user to edit a value.

ViewNodeStateDlg ( ) : System

Creates an empty form.

Private Methods

Method Description
OkBTN_Click ( object sender, EventArgs e ) : void
PopulateDataView ( ISystemContext context, NodeState parent, string parentPath ) : void

Recursively populates the data view.

Method Details

ShowDialog() public method

Prompts the user to edit a value.
public ShowDialog ( Session session, NodeState node, string caption ) : bool
session Session
node NodeState
caption string
return bool

ViewNodeStateDlg() public method

Creates an empty form.
public ViewNodeStateDlg ( ) : System
return System