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

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

Public Methods

Method Description
AddNodes ( ) : void

Adds a node to the read request.

Back ( ) : void

Returns the grid to edit ReadValueIds state.

ChangeSession ( Session session ) : void

Changes the session used for the read request.

Read ( ) : void

Reads the values displayed in the control and moves to the display results state.

ReadRequestListViewCtrl ( ) : System

Constructs a new instance.

UpdateRow ( DataRow row, DataValue value ) : void

Updates the row with the node to read.

UpdateRow ( DataRow row, ReadValueId nodeToRead ) : void

Updates the row with the node to read.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DeleteMI_Click ( object sender, EventArgs e ) : void
EditMI_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NewMI_Click ( object sender, EventArgs e ) : void
PopupMenu_Opening ( object sender, CancelEventArgs e ) : void

Method Details

AddNodes() public method

Adds a node to the read request.
public AddNodes ( ) : void
return void

Back() public method

Returns the grid to edit ReadValueIds state.
public Back ( ) : void
return void

ChangeSession() public method

Changes the session used for the read request.
public ChangeSession ( Session session ) : void
session Session
return void

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

Read() public method

Reads the values displayed in the control and moves to the display results state.
public Read ( ) : void
return void

ReadRequestListViewCtrl() public method

Constructs a new instance.
public ReadRequestListViewCtrl ( ) : System
return System

UpdateRow() public method

Updates the row with the node to read.
public UpdateRow ( DataRow row, DataValue value ) : void
row DataRow
value DataValue
return void

UpdateRow() public method

Updates the row with the node to read.
public UpdateRow ( DataRow row, ReadValueId nodeToRead ) : void
row DataRow
nodeToRead ReadValueId
return void