C# Class Quickstarts.ComDataAccessServer.MainForm

The primary form displayed by the application.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
CertificateValidator_CertificateValidation ( CertificateValidator sender, CertificateValidationEventArgs e ) : void

Called when a certificate cannot be validated.

MainForm ( ) : System

Creates an empty form.

MainForm ( ComDaServerWrapper server, ApplicationConfiguration configuration ) : System

Creates a form which displays the status for a UA server.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Config_DeleteServerMI_Click ( object sender, EventArgs e ) : void
Config_SelectServerMI_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.

MainForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void

Method Details

CertificateValidator_CertificateValidation() public method

Called when a certificate cannot be validated.
public CertificateValidator_CertificateValidation ( CertificateValidator sender, CertificateValidationEventArgs e ) : void
sender Opc.Ua.CertificateValidator The sender.
e Opc.Ua.CertificateValidationEventArgs The instance containing the event data.
return void

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

MainForm() public method

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

MainForm() public method

Creates a form which displays the status for a UA server.
public MainForm ( ComDaServerWrapper server, ApplicationConfiguration configuration ) : System
server ComDaServerWrapper The server displayed in the form.
configuration ApplicationConfiguration The configuration used to initialize the server.
return System