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

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

공개 메소드들

메소드 설명
EditComplexValue2Dlg ( ) : System

Creates an empty form.

ShowDialog ( Session session, NodeId variableId, Variant value, string caption ) : Variant

Prompts the user to edit a value.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
EncodingCB_Item_Click ( object sender, EventArgs e ) : void
EncodingCB_SelectedIndexChanged ( object sender, EventArgs e ) : void
GetValue ( ) : Variant

Converts the XML back to a value.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OkBTN_Click ( object sender, EventArgs e ) : void
RefreshBTN_Click ( object sender, EventArgs e ) : void
SetValue ( Variant value ) : void

Sets the value shown in the control.

UpdateBTN_Click ( object sender, EventArgs e ) : void
ValueTB_TextChanged ( object sender, EventArgs e ) : 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

EditComplexValue2Dlg() 공개 메소드

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

ShowDialog() 공개 메소드

Prompts the user to edit a value.
public ShowDialog ( Session session, NodeId variableId, Variant value, string caption ) : Variant
session Session
variableId NodeId
value Variant
caption string
리턴 Variant