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

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: OPCFoundation/UA-.NET Class Usage Examples

Méthodes publiques

Méthode Description
CreateMonitoredItemsDlg ( ) : System
Show ( Subscription subscription, bool useTypeModel ) : void

Displays the dialog.

Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void

Handles a change to the state of the subscription.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ApplyBTN_Click ( object sender, EventArgs e ) : void
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.

Method Details

CreateMonitoredItemsDlg() public méthode

public CreateMonitoredItemsDlg ( ) : System
Résultat System

Dispose() protected méthode

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

Show() public méthode

Displays the dialog.
public Show ( Subscription subscription, bool useTypeModel ) : void
subscription Subscription
useTypeModel bool
Résultat void

Subscription_StateChanged() public méthode

Handles a change to the state of the subscription.
public Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void
subscription Subscription
e SubscriptionStateChangedEventArgs
Résultat void