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

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

공개 메소드들

메소드 설명
ComplexValueEditDlg ( ) : System

Initializes a new instance of the ComplexValueEditDlg class.

ShowDialog ( object value ) : object

Displays the dialog.

ShowDialog ( object value, MonitoredItem monitoredItem ) : object

Displays the dialog.

비공개 메소드들

메소드 설명
OkBTN_Click ( object sender, EventArgs e ) : void

메소드 상세

ComplexValueEditDlg() 공개 메소드

Initializes a new instance of the ComplexValueEditDlg class.
public ComplexValueEditDlg ( ) : System
리턴 System

ShowDialog() 공개 메소드

Displays the dialog.
public ShowDialog ( object value ) : object
value object
리턴 object

ShowDialog() 공개 메소드

Displays the dialog.
public ShowDialog ( object value, MonitoredItem monitoredItem ) : object
value object
monitoredItem MonitoredItem
리턴 object