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

Inheritance: System.Windows.Forms.Form
显示文件 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public CreateMonitoredItemsDlg ( ) : System
return System

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 ( Subscription subscription, bool useTypeModel ) : void
subscription Subscription
useTypeModel bool
return void

Subscription_StateChanged() public method

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