C# Class Opc.Ua.Configuration.ManagedApplicationDlg

Prompts the user to specify a new access rule for a file.
Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
ManagedApplicationDlg ( ) : System

Initializes the dialog.

ShowDialog ( ManagedApplication application ) : ManagedApplication

Displays the dialog.

Private Methods

Method Description
CertificateBTN_Click ( object sender, EventArgs e ) : void
ConfigurationBTN_Click ( object sender, EventArgs e ) : void
ExecutableBTN_Click ( object sender, EventArgs e ) : void
OkBTN_Click ( object sender, EventArgs e ) : void
SetIsSdkApplication ( bool state ) : void

Sets the state based on whether the current application is compatible with the .NET SDK configuration file.

TrustListBTN_Click ( object sender, EventArgs e ) : void
Update ( ManagedApplication application ) : void

Updates the dialog with the configuration.

Method Details

ManagedApplicationDlg() public method

Initializes the dialog.
public ManagedApplicationDlg ( ) : System
return System

ShowDialog() public method

Displays the dialog.
public ShowDialog ( ManagedApplication application ) : ManagedApplication
application ManagedApplication
return ManagedApplication