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

Displays the results from a history read operation.
Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
AddNodes ( ) : void

Adds the nodes to the write request.

Back ( ) : void

Returns the grid to edit WriteValues state.

ChangeSession ( Session session ) : void

Changes the session used for the write request.

Read ( ) : void

Updates the values with the current values read from the server.

UpdateRow ( DataRow row, Opc.Ua.DataValue value ) : void

Updates the row with the node to write.

UpdateRow ( DataRow row, Opc.Ua.StatusCode result ) : void

Updates the row with the node to write.

UpdateRow ( DataRow row, WriteValue nodeToWrite ) : void

Updates the row with the node to write.

Write ( ) : void

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

WriteRequestListViewCtrl ( ) : System

Constructs a new instance.

Private Methods

Method Description
DeleteMI_Click ( object sender, EventArgs e ) : void
EditMI_Click ( object sender, EventArgs e ) : void
EditValueMI_Click ( object sender, EventArgs e ) : void
NewMI_Click ( object sender, EventArgs e ) : void
PopupMenu_Opening ( object sender, CancelEventArgs e ) : void

Method Details

AddNodes() public method

Adds the nodes to the write request.
public AddNodes ( ) : void
return void

Back() public method

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

ChangeSession() public method

Changes the session used for the write request.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
return void

Read() public method

Updates the values with the current values read from the server.
public Read ( ) : void
return void

UpdateRow() public method

Updates the row with the node to write.
public UpdateRow ( DataRow row, Opc.Ua.DataValue value ) : void
row System.Data.DataRow
value Opc.Ua.DataValue
return void

UpdateRow() public method

Updates the row with the node to write.
public UpdateRow ( DataRow row, Opc.Ua.StatusCode result ) : void
row System.Data.DataRow
result Opc.Ua.StatusCode
return void

UpdateRow() public method

Updates the row with the node to write.
public UpdateRow ( DataRow row, WriteValue nodeToWrite ) : void
row System.Data.DataRow
nodeToWrite Opc.Ua.WriteValue
return void

Write() public method

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

WriteRequestListViewCtrl() public method

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