C# Class Opc.Ua.Configuration.ManagedApplicationDlg

Prompts the user to specify a new access rule for a file.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
ManagedApplicationDlg ( ) : System

Initializes the dialog.

ShowDialog ( ManagedApplication application ) : ManagedApplication

Displays the dialog.

Private Methods

Méthode 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 méthode

Initializes the dialog.
public ManagedApplicationDlg ( ) : System
Résultat System

ShowDialog() public méthode

Displays the dialog.
public ShowDialog ( ManagedApplication application ) : ManagedApplication
application ManagedApplication
Résultat ManagedApplication