C# 클래스 Opc.Ua.Client.Controls.WriteRequestListViewCtrl

Displays the results from a history read operation.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
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