C# Класс Opc.Ua.Client.Controls.WriteRequestListViewCtrl

Displays the results from a history read operation.
Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

AddNodes() публичный Метод

Adds the nodes to the write request.
public AddNodes ( ) : void
Результат void

Back() публичный Метод

Returns the grid to edit WriteValues state.
public Back ( ) : void
Результат void

ChangeSession() публичный Метод

Changes the session used for the write request.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
Результат void

Read() публичный Метод

Updates the values with the current values read from the server.
public Read ( ) : void
Результат void

UpdateRow() публичный Метод

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
Результат void

UpdateRow() публичный Метод

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
Результат void

UpdateRow() публичный Метод

Updates the row with the node to write.
public UpdateRow ( DataRow row, WriteValue nodeToWrite ) : void
row System.Data.DataRow
nodeToWrite Opc.Ua.WriteValue
Результат void

Write() публичный Метод

Reads the values displayed in the control and moves to the display results state.
public Write ( ) : void
Результат void

WriteRequestListViewCtrl() публичный Метод

Constructs a new instance.
public WriteRequestListViewCtrl ( ) : System
Результат System