C# Класс Opc.Ua.Client.Controls.EditComplexValue2Dlg

Показать файл Открыть проект

Открытые методы

Метод Описание
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