C# Class Opc.Ua.Client.Controls.EditComplexValue2Dlg

Datei anzeigen Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
EditComplexValue2Dlg ( ) : System

Creates an empty form.

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

Prompts the user to edit a value.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

EditComplexValue2Dlg() public method

Creates an empty form.
public EditComplexValue2Dlg ( ) : System
return System

ShowDialog() public method

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
return Variant