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

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

공개 메소드들

메소드 설명
ShowDialog ( Session session, NodeState node, string caption ) : bool

Prompts the user to edit a value.

ViewNodeStateDlg ( ) : System

Creates an empty form.

비공개 메소드들

메소드 설명
OkBTN_Click ( object sender, EventArgs e ) : void
PopulateDataView ( ISystemContext context, NodeState parent, string parentPath ) : void

Recursively populates the data view.

메소드 상세

ShowDialog() 공개 메소드

Prompts the user to edit a value.
public ShowDialog ( Session session, NodeState node, string caption ) : bool
session Session
node NodeState
caption string
리턴 bool

ViewNodeStateDlg() 공개 메소드

Creates an empty form.
public ViewNodeStateDlg ( ) : System
리턴 System