C# Class Opc.Ua.Client.Controls.SubscribeEventsDlg

Prompts the user to select an area to use as an event filter.
Inheritance: System.Windows.Forms.Form, ISessionForm
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
AddItems ( ) : void

Adds items to the subscription.

Back ( ) : void

Moves the sequence backward.

ChangeSession ( Session session ) : void

Changes the session used.

Next ( ) : void

Moves the sequence forward.

SetSubscription ( Subscription subscription ) : void

Sets the subscription used with the control.

SubscribeEventsDlg ( ) : System

Creates an empty form.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddDefaultFilter ( List fields, string browsePath, bool displayInList ) : void
BackBTN_Click ( object sender, EventArgs e ) : void
BrowseCTRL_AfterSelect ( object sender, EventArgs e ) : void
BrowseTV_AfterCheck ( object sender, TreeViewEventArgs e ) : void
CancelBTN_Click ( object sender, EventArgs e ) : void
CollectInstanceDeclarations ( List declarations ) : Opc.Ua.NodeId

Collects the instance declarations for the selected types.

CollectTypeIds ( TreeNode node, List typeIds ) : Opc.Ua.NodeId

Collects the types selected in the control.

DeleteMI_Click ( object sender, EventArgs e ) : void
EditMI_Click ( object sender, EventArgs e ) : void
GetDisplayString ( Subscription subscription ) : string

Gets the display string for the subscription status.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ItemsDV_DoubleClick ( object sender, EventArgs e ) : void
NewMI_Click ( object sender, EventArgs e ) : void
NextBTN_Click ( object sender, EventArgs e ) : void
OkBTN_Click ( object sender, EventArgs e ) : void
OnEvent ( Subscription subscription, EventNotificationList notification, IList stringTable ) : void
OnPublishStatusChanged ( object sender, EventArgs e ) : void
SetDisplayState ( DisplayState state ) : void

Sets the display state for the control.

SetEventTypeChecks ( TreeNode node, bool isChecked ) : void

Sets the checks for the currently checked event type.

SetMonitoringModeMI_Click ( object sender, EventArgs e ) : void
SubscriptionStateTB_DropDownItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void
UpdateFilter ( ) : void

Updates the filter from the controls.

UpdateItems ( ) : void

Updates the items with the current filter.

UpdateRow ( DataRow row, MonitoredItem monitoredItem ) : void

Updates the row with the monitored item.

UpdateRow ( DataRow row, MonitoredItemStatus status ) : void

Updates the row with the monitored item status.

Method Details

AddItems() public method

Adds items to the subscription.
public AddItems ( ) : void
return void

Back() public method

Moves the sequence backward.
public Back ( ) : void
return void

ChangeSession() public method

Changes the session used.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
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

Next() public method

Moves the sequence forward.
public Next ( ) : void
return void

SetSubscription() public method

Sets the subscription used with the control.
public SetSubscription ( Subscription subscription ) : void
subscription Subscription
return void

SubscribeEventsDlg() public method

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