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

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

AddNodes() 공개 메소드

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

Back() 공개 메소드

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

ChangeSession() 공개 메소드

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

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Read() 공개 메소드

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

ReadRequestListViewCtrl() 공개 메소드

Constructs a new instance.
public ReadRequestListViewCtrl ( ) : System
리턴 System

UpdateRow() 공개 메소드

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

UpdateRow() 공개 메소드

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