C# Class Opc.Ua.Sample.Controls.WriteDlg

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
Show ( Session session, WriteValueCollection values ) : void

Displays the dialog.

WriteDlg ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BrowseCTRL_ItemsSelected ( object sender, NodesSelectedEventArgs e ) : void
CancelBTN_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.

MoveBTN_Click ( object sender, EventArgs e ) : void
Write ( ) : void

Writes the valus to the server.

WriteMI_Click ( 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

Show() public method

Displays the dialog.
public Show ( Session session, WriteValueCollection values ) : void
session Session
values WriteValueCollection
return void

WriteDlg() public method

public WriteDlg ( ) : System
return System