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

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Adds a node to the read request.
public AddNodes ( ) : void
Résultat void

Back() public méthode

Returns the grid to edit ReadValueIds state.
public Back ( ) : void
Résultat void

ChangeSession() public méthode

Changes the session used for the read request.
public ChangeSession ( Session session ) : void
session Session
Résultat void

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

Read() public méthode

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

ReadRequestListViewCtrl() public méthode

Constructs a new instance.
public ReadRequestListViewCtrl ( ) : System
Résultat System

UpdateRow() public méthode

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

UpdateRow() public méthode

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