C# Класс Opc.Ua.Client.Controls.SubscribeEventsDlg

Prompts the user to select an area to use as an event filter.
Наследование: System.Windows.Forms.Form, ISessionForm
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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.

Описание методов

AddItems() публичный Метод

Adds items to the subscription.
public AddItems ( ) : void
Результат void

Back() публичный Метод

Moves the sequence backward.
public Back ( ) : void
Результат void

ChangeSession() публичный Метод

Changes the session used.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Next() публичный Метод

Moves the sequence forward.
public Next ( ) : void
Результат void

SetSubscription() публичный Метод

Sets the subscription used with the control.
public SetSubscription ( Subscription subscription ) : void
subscription Subscription
Результат void

SubscribeEventsDlg() публичный Метод

Creates an empty form.
public SubscribeEventsDlg ( ) : System
Результат System