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

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

공개 메소드들

메소드 설명
ChangeSession ( Session session ) : void

Changes the session used.

EditComplexValueDlg ( ) : System

Creates an empty form.

ShowDialog ( Session session, NodeId nodeId, uint attributeId, string name, object value, bool readOnly, string caption ) : object

Prompts the user to view or edit the value.

ShowDialog ( Session session, string name, NodeId dataType, int valueRank, object value, string caption ) : object

Prompts the user to edit the value.

ShowDialog ( TypeInfo expectedType, string name, object value, string caption ) : object

Prompts the user to edit the value.

UpdateValue ( NodeId nodeId, uint attributeId, string name, object value ) : void

Updates the value shown in the control.

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

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

OkBTN_Click ( object sender, EventArgs e ) : void
SetTypeBTN_Click ( object sender, EventArgs e ) : void
SetTypeCB_SelectedIndexChanged ( object sender, EventArgs e ) : void
ValueCTRL_ValueChanged ( object sender, EventArgs e ) : void

메소드 상세

ChangeSession() 공개 메소드

Changes the session used.
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

EditComplexValueDlg() 공개 메소드

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

ShowDialog() 공개 메소드

Prompts the user to view or edit the value.
public ShowDialog ( Session session, NodeId nodeId, uint attributeId, string name, object value, bool readOnly, string caption ) : object
session Session
nodeId NodeId
attributeId uint
name string
value object
readOnly bool
caption string
리턴 object

ShowDialog() 공개 메소드

Prompts the user to edit the value.
public ShowDialog ( Session session, string name, NodeId dataType, int valueRank, object value, string caption ) : object
session Session
name string
dataType NodeId
valueRank int
value object
caption string
리턴 object

ShowDialog() 공개 메소드

Prompts the user to edit the value.
public ShowDialog ( TypeInfo expectedType, string name, object value, string caption ) : object
expectedType TypeInfo
name string
value object
caption string
리턴 object

UpdateValue() 공개 메소드

Updates the value shown in the control.
public UpdateValue ( NodeId nodeId, uint attributeId, string name, object value ) : void
nodeId NodeId
attributeId uint
name string
value object
리턴 void